PowerShell / ProjectMercury

An interactive shell to work with AI-powered assistance providers
MIT License
43 stars 11 forks source link

[Telemetry] Limit History Message length to keep most recent info in telemetry. #108

Closed NoriZC closed 4 months ago

NoriZC commented 4 months ago

PR Summary

Application Insights have length limit 8192 for each column. This pr kept as much recent data as possible without breaking the json structure.

PR Context

daxian-dbw commented 4 months ago

I recommend you to never leave the PR description empty. Always summarize your changes in the PR description.