Skip to content

Commit a41b320

Browse files
Merge pull request #39 from matthewford/patch-1
Update quickstart.md
2 parents b6c9572 + 2619985 commit a41b320

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/quickstart.md

+3
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ triage_agent = Agent(
166166
)
167167

168168
async def main():
169+
result = await Runner.run(triage_agent, "who was the first president of the united states?")
170+
print(result.final_output)
171+
169172
result = await Runner.run(triage_agent, "what is life")
170173
print(result.final_output)
171174

0 commit comments

Comments
 (0)