core-agent-ide/codex-rs/exec/src
Reuben Narad 363636f5eb
Add web search tool (#2371)
Adds web_search tool, enabling the model to use Responses API web_search
tool.
- Disabled by default, enabled by --search flag
- When --search is passed, exposes web_search_request function tool to
the model, which triggers user approval. When approved, the model can
use the web_search tool for the remainder of the turn
<img width="1033" height="294" alt="image"
src="https://github.com/user-attachments/assets/62ac6563-b946-465c-ba5d-9325af28b28f"
/>

---------

Co-authored-by: easong-openai <easong@openai.com>
2025-08-23 22:58:56 -07:00
..
cli.rs [exec] Fix exec sandbox arg (#2034) 2025-08-08 18:19:40 -07:00
event_processor.rs chore: upgrade to Rust 1.89 (#2465) 2025-08-19 13:22:02 -07:00
event_processor_with_human_output.rs Add web search tool (#2371) 2025-08-23 22:58:56 -07:00
event_processor_with_json_output.rs Added allow-expect-in-tests / allow-unwrap-in-tests (#2328) 2025-08-14 17:59:01 -07:00
lib.rs Add web search tool (#2371) 2025-08-23 22:58:56 -07:00
main.rs fix: move arg0 handling out of codex-linux-sandbox and into its own crate (#1697) 2025-07-28 08:31:24 -07:00