This commit is contained in:
Ahmed Ibrahim
2025-08-03 00:38:07 -07:00
parent 8d01f6f200
commit 4e1a26a749
2 changed files with 16 additions and 1 deletions

View File

@@ -90,7 +90,8 @@ pub async fn run_conversation_loop(
EventMsg::AgentMessage(AgentMessageEvent { .. }) => {
// TODO: think how we want to support this in the MCP
}
EventMsg::TaskStarted
EventMsg::AgentReasoningContent(_)
| EventMsg::TaskStarted
| EventMsg::TokenCount(_)
| EventMsg::AgentReasoning(_)
| EventMsg::McpToolCallBegin(_)