mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Update tool search prompts (#14500)
- [x] Add mentions of connectors because model always think in connector terms in its CoT. - [x] Suppress list_mcp_resources in favor of tool search for available apps.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# Apps tool discovery
|
||||
# Apps (Connectors) tool discovery
|
||||
|
||||
Searches over apps tool metadata with BM25 and exposes matching tools for the next model call.
|
||||
Searches over apps/connectors tool metadata with BM25 and exposes matching tools for the next model call.
|
||||
|
||||
Tools of the apps ({{app_names}}) are hidden until you search for them with this tool (`tool_search`).
|
||||
Tools of the apps ({{app_names}}) are hidden until you search for them with this tool (`tool_search`).
|
||||
When the request needs one of these connectors and you don't already have the required tools from it, use this tool to load them. For the apps mentioned above, always prefer `tool_search` over `list_mcp_resources` or `list_mcp_resource_templates` for tool discovery.
|
||||
|
||||
Reference in New Issue
Block a user