Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/agents_sdk/session_memory.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@
"await session.add_items([{\"role\": \"assistant\", \"content\": \"Can you please provide me with the error code?\"}])\n",
"await session.add_items([{\"role\": \"user\", \"content\": \"It says 404 not found when I try to access the page.\"}])\n",
"await session.add_items([{\"role\": \"assistant\", \"content\": \"Are you connected to the internet?\"}])\n",
"# At this point, with context_limit=4, everything *before* the earliest of the last 4 turns\n",
"# At this point, with context_limit=4, everything *before* the earliest of the last 2 turns\n",
"# is summarized into a synthetic pair, and the last 2 turns remain verbatim.\n"
]
},
Expand Down