conversation_check_compaction
Check if a conversation requires compaction to fit within a specified model context limit.
Instructions
Check if conversation needs compaction for given model context limit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session identifier | |
| model_max_tokens | Yes | Model context window size (e.g., 4096) | |
| additional_tokens | No | Additional tokens to be added (default: 0) |