Merge pull request #5 from hironow/hironow/chore-doc-type
chore: Fix typo in documentation and comments
This commit is contained in:
commit
3d247870d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue