Skip to content

Commit d6f385c

Browse files
authored
Code snippet error in "Running Agents" document (#1665)
1 parent 0a7bb1b commit d6f385c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/running_agents.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ async def main():
100100
# Create session instance
101101
session = SQLiteSession("conversation_123")
102102

103+
thread_id = "thread_123" # Example thread ID
103104
with trace(workflow_name="Conversation", group_id=thread_id):
104105
# First turn
105106
result = await Runner.run(agent, "What city is the Golden Gate Bridge in?", session=session)

0 commit comments

Comments
 (0)