Skip to content

Commit 3d24787

Browse files
authored
Merge pull request #5 from hironow/hironow/chore-doc-type
chore: Fix typo in documentation and comments
2 parents a41b320 + 9b118a1 commit 3d24787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agents/_run_impl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ async def execute_tools_and_side_effects(
167167
agent: Agent[TContext],
168168
# The original input to the Runner
169169
original_input: str | list[TResponseInputItem],
170-
# Eveything generated by Runner since the original input, but before the current step
170+
# Everything generated by Runner since the original input, but before the current step
171171
pre_step_items: list[RunItem],
172172
new_response: ModelResponse,
173173
processed_response: ProcessedResponse,

0 commit comments

Comments
 (0)