-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Description
File Name
generative-ai/blob/main/gemini/agent-engine/memory/get_started_with_memory_bank_crewai.ipynb
What happened?
while trying out crewai example with memory bank
got below error ..any thoughts on how to fix
/usr/local/lib/python3.11/dist-packages/crewai/memory/contextual/contextual_memory.py in (.0)
114
115 formatted_memories = "\n".join(
--> 116 f"- {result['context']}" for result in external_memories
117 )
118 return f"External memories:\n{formatted_memories}"
KeyError: 'context'
Relevant log output
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
No labels