Account for full context tokens in compression (#908)
* Account for full context tokens in compression * Fix group chat final context updates --------- Co-authored-by: Codex <codex@openai.com>
This commit is contained in:
@@ -266,6 +266,7 @@ export class ChatRunSocket {
|
||||
events: state.isWorking ? state.events : [],
|
||||
inputTokens: state.inputTokens,
|
||||
outputTokens: state.outputTokens,
|
||||
contextTokens: state.contextTokens,
|
||||
queueLength: state.queue?.length || 0,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user