Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 930783c

Browse files
authored
Merge branch 'main' into feature/function-call-args-streaming
2 parents 0fbf80d + bbcf039 commit 930783c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ result = await Runner.run(
101101
print(f"Agent: {result.final_output}")
102102

103103
# User wants to correct their question
104-
user_item = await session.pop_item() # Remove user's question
105104
assistant_item = await session.pop_item() # Remove agent's response
105+
user_item = await session.pop_item() # Remove user's question
106106

107107
# Ask a corrected question
108108
result = await Runner.run(

0 commit comments

Comments
 (0)