We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75065ba commit c13b163Copy full SHA for c13b163
src/agents/agent.py
@@ -214,7 +214,7 @@ class Agent(AgentBase, Generic[TContext]):
214
calls result in a final output.
215
216
NOTE: This configuration is specific to FunctionTools. Hosted tools, such as file search,
217
- web search, etc are always processed by the LLM.
+ web search, etc. are always processed by the LLM.
218
"""
219
220
reset_tool_choice: bool = True
0 commit comments