mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
Update src/crewai/memory/contextual/contextual_memory.py
Co-authored-by: Deshraj Yadav <deshraj@gatech.edu>
This commit is contained in:
@@ -78,7 +78,7 @@ class ContextualMemory:
|
|||||||
)
|
)
|
||||||
return f"Entities:\n{formatted_results}" if em_results else ""
|
return f"Entities:\n{formatted_results}" if em_results else ""
|
||||||
|
|
||||||
def _fetch_user_memory(self, query) -> str:
|
def _fetch_user_memories(self, query) -> str:
|
||||||
"""
|
"""
|
||||||
Fetches relevant user memory information from User Memory related to the task's description and expected_output,
|
Fetches relevant user memory information from User Memory related to the task's description and expected_output,
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user