Merge pull request #39 from matthewford/patch-1

Update quickstart.md
This commit is contained in:
Dmitry Pimenov 2025-03-11 20:37:04 -07:00 committed by GitHub
commit a41b320580
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,6 +166,9 @@ triage_agent = Agent(
)
async def main():
result = await Runner.run(triage_agent, "who was the first president of the united states?")
print(result.final_output)
result = await Runner.run(triage_agent, "what is life")
print(result.final_output)