diff --git a/src/agents/agent.py b/src/agents/agent.py index b67a12c0d..6f8453cd2 100644 --- a/src/agents/agent.py +++ b/src/agents/agent.py @@ -214,7 +214,7 @@ class Agent(AgentBase, Generic[TContext]): calls result in a final output. NOTE: This configuration is specific to FunctionTools. Hosted tools, such as file search, - web search, etc are always processed by the LLM. + web search, etc. are always processed by the LLM. """ reset_tool_choice: bool = True