fix: replace undefined variable name in documentation code snippet

This commit is contained in:
leykun10 2025-03-12 15:07:56 +03:00
parent cd942d0d2f
commit d152c9c51d
1 changed files with 1 additions and 1 deletions

View File

@ -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