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 cff357a commit 19e671fCopy full SHA for 19e671f
python-recipes/context-engineering/reference-agent/redis_context_course/memory_client.py
@@ -138,7 +138,12 @@ async def save_working_memory(
138
model_name=model_name
139
)
140
141
- return await self.client.put_working_memory(working_memory)
+ return await self.client.put_working_memory(
142
+ session_id=session_id,
143
+ memory=working_memory,
144
+ user_id=self.user_id,
145
+ model_name=model_name
146
+ )
147
148
async def add_message_to_working_memory(
149
self,
0 commit comments