We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a41b320 + 9b118a1 commit 3d24787Copy full SHA for 3d24787
src/agents/_run_impl.py
@@ -167,7 +167,7 @@ async def execute_tools_and_side_effects(
167
agent: Agent[TContext],
168
# The original input to the Runner
169
original_input: str | list[TResponseInputItem],
170
- # Eveything generated by Runner since the original input, but before the current step
+ # Everything generated by Runner since the original input, but before the current step
171
pre_step_items: list[RunItem],
172
new_response: ModelResponse,
173
processed_response: ProcessedResponse,
0 commit comments