mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
send context window with task started (#2752)
- Send context window with task started - Accounting for changing the model per turn
This commit is contained in:
committed by
GitHub
Unverified
parent
4b6c6ce98f
commit
d0e06f74e2
@@ -257,7 +257,7 @@ async fn run_codex_tool_session_inner(
|
||||
}
|
||||
EventMsg::AgentReasoningRawContent(_)
|
||||
| EventMsg::AgentReasoningRawContentDelta(_)
|
||||
| EventMsg::TaskStarted
|
||||
| EventMsg::TaskStarted(_)
|
||||
| EventMsg::TokenCount(_)
|
||||
| EventMsg::AgentReasoning(_)
|
||||
| EventMsg::AgentReasoningSectionBreak(_)
|
||||
|
||||
Reference in New Issue
Block a user