You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trivial Hello World example uses an event loop via run_sync, which immediately gives error in Jupyter notebook because there's already an event loop - another example may be better, e.g. this works
result = await Runner.run(agent, "Write a haiku about recursion in programming.")
The problem is documented somewhere, but quite offputting for new user trying to get started:
The trivial Hello World example uses an event loop via run_sync, which immediately gives error in Jupyter notebook because there's already an event loop - another example may be better, e.g. this works
result = await Runner.run(agent, "Write a haiku about recursion in programming.")
The problem is documented somewhere, but quite offputting for new user trying to get started:
openai-agents-python/src/agents/run.py
Line 286 in c8f3cdd
The text was updated successfully, but these errors were encountered: