Merge pull request #5 from hironow/hironow/chore-doc-type

chore: Fix typo in documentation and comments
This commit is contained in:
Rohan Mehta 2025-03-11 21:46:11 -07:00 committed by GitHub
commit 3d247870d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -167,7 +167,7 @@ class RunImpl:
agent: Agent[TContext],
# The original input to the Runner
original_input: str | list[TResponseInputItem],
# 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
pre_step_items: list[RunItem],
new_response: ModelResponse,
processed_response: ProcessedResponse,