diff --git a/docs/running_agents.md b/docs/running_agents.md index b86888784..e51b109cf 100644 --- a/docs/running_agents.md +++ b/docs/running_agents.md @@ -100,6 +100,7 @@ async def main(): # Create session instance session = SQLiteSession("conversation_123") + thread_id = "thread_123" # Example thread ID with trace(workflow_name="Conversation", group_id=thread_id): # First turn result = await Runner.run(agent, "What city is the Golden Gate Bridge in?", session=session)