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],
|
agent: Agent[TContext],
|
||||||
# The original input to the Runner
|
# The original input to the Runner
|
||||||
original_input: str | list[TResponseInputItem],
|
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],
|
pre_step_items: list[RunItem],
|
||||||
new_response: ModelResponse,
|
new_response: ModelResponse,
|
||||||
processed_response: ProcessedResponse,
|
processed_response: ProcessedResponse,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue