You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change `content` in `Message` to mutable (`var`) for in-place updates.
- Add `TokenizerFactory` and `MarkdownCodeHelper` to compress messages based on token count.
- Compress messages by removing markdown code if token count exceeds `maxToken`.
0 commit comments