Skip to content

Commit c13b163

Browse files
authored
Fix etc. punctuation (#1268)
1 parent 75065ba commit c13b163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ class Agent(AgentBase, Generic[TContext]):
214214
calls result in a final output.
215215
216216
NOTE: This configuration is specific to FunctionTools. Hosted tools, such as file search,
217-
web search, etc are always processed by the LLM.
217+
web search, etc. are always processed by the LLM.
218218
"""
219219

220220
reset_tool_choice: bool = True

0 commit comments

Comments
 (0)