fix: removed use_websearch; this parameter was confusing Codex. It started using this to prompt the external model to perform searches! web-search is enabled by Claude / Codex etc by default and the external agent can ask claude to search on its behalf.
This commit is contained in:
@@ -243,7 +243,6 @@ class DocgenTool(WorkflowTool):
|
||||
"model", # Documentation doesn't need external model selection
|
||||
"temperature", # Documentation doesn't need temperature control
|
||||
"thinking_mode", # Documentation doesn't need thinking mode
|
||||
"use_websearch", # Documentation doesn't need web search
|
||||
"images", # Documentation doesn't use images
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user