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