Merge pull request #84 from leykun10/fix-doc-error
Replace undefined variable name in documentation code snippet
This commit is contained in:
commit
3a95993753
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ async def main():
|
|||
# San Francisco
|
||||
|
||||
# Second turn
|
||||
new_input = output.to_input_list() + [{"role": "user", "content": "What state is it in?"}]
|
||||
new_input = result.to_input_list() + [{"role": "user", "content": "What state is it in?"}]
|
||||
result = await Runner.run(agent, new_input)
|
||||
print(result.final_output)
|
||||
# California
|
||||
|
|
|
|||
Loading…
Reference in a new issue