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 0a7bb1b commit d6f385cCopy full SHA for d6f385c
docs/running_agents.md
@@ -100,6 +100,7 @@ async def main():
100
# Create session instance
101
session = SQLiteSession("conversation_123")
102
103
+ thread_id = "thread_123" # Example thread ID
104
with trace(workflow_name="Conversation", group_id=thread_id):
105
# First turn
106
result = await Runner.run(agent, "What city is the Golden Gate Bridge in?", session=session)
0 commit comments