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.
1 parent 0eb0e33 commit 0a54124Copy full SHA for 0a54124
samples-v2/openai_agents/basic/hello_world.py
@@ -10,7 +10,7 @@ async def main():
10
)
11
12
result = await Runner.run(agent, "Tell me about recursion in programming.")
13
- print(result.final_output)
+ return result.final_output
14
# Function calls itself,
15
# Looping in smaller pieces,
16
# Endless by design.
0 commit comments