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 5399537 commit 1ca13cbCopy full SHA for 1ca13cb
tests/test_conversation_history_lifecycle.py
@@ -236,10 +236,10 @@ async def test_lru_session_cleanup_lifecycle(self):
236
237
# Add recent activity to Session A (making it most recently used)
238
await db.save_conversation(
239
- "session_A",
240
- "tool2",
241
- "recent_input",
242
- "recent_output",
+ session_id="session_A",
+ source="tool2",
+ input_data="recent_input",
+ output="recent_output",
243
)
244
print(" Session A: Updated with recent activity (most recently used)")
245
0 commit comments