We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6554670 commit 26f9cb4Copy full SHA for 26f9cb4
examples/basic/hello_world_jupyter.py
@@ -3,7 +3,7 @@
3
agent = Agent(name="Assistant", instructions="You are a helpful assistant")
4
5
# Intended for Jupyter notebooks where there's an existing event loop
6
-result = await Runner.run(agent, "Write a haiku about recursion in programming.") # noqa: F704
+result = await Runner.run(agent, "Write a haiku about recursion in programming.") # type: ignore[top-level-await] # noqa: F704
7
print(result.final_output)
8
9
# Code within code loops,
0 commit comments