We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f461bea + 4fb9aef commit 3a95993Copy full SHA for 3a95993
docs/running_agents.md
@@ -78,7 +78,7 @@ async def main():
78
# San Francisco
79
80
# Second turn
81
- 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?"}]
82
result = await Runner.run(agent, new_input)
83
print(result.final_output)
84
# California
0 commit comments