fix: replace undefined variable name in documentation code snippet
This commit is contained in:
parent
c8f3cdd6c8
commit
4fb9aefdd8
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ async def main():
|
||||||
# San Francisco
|
# San Francisco
|
||||||
|
|
||||||
# Second turn
|
# 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)
|
result = await Runner.run(agent, new_input)
|
||||||
print(result.final_output)
|
print(result.final_output)
|
||||||
# California
|
# California
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue