mirror of
https://github.com/openai/codex.git
synced 2026-05-03 02:46:39 +00:00
Ask question tool
This commit is contained in:
@@ -104,6 +104,7 @@ impl EventProcessorWithJsonOutput {
|
||||
protocol::EventMsg::McpToolCallEnd(ev) => self.handle_mcp_tool_call_end(ev),
|
||||
protocol::EventMsg::PatchApplyBegin(ev) => self.handle_patch_apply_begin(ev),
|
||||
protocol::EventMsg::PatchApplyEnd(ev) => self.handle_patch_apply_end(ev),
|
||||
protocol::EventMsg::AskUserQuestionRequest(_) => Vec::new(),
|
||||
protocol::EventMsg::WebSearchBegin(_) => Vec::new(),
|
||||
protocol::EventMsg::WebSearchEnd(ev) => self.handle_web_search_end(ev),
|
||||
protocol::EventMsg::TokenCount(ev) => {
|
||||
|
||||
Reference in New Issue
Block a user