Skip to content

Commit

Permalink
Makes it more clear to output json
Browse files Browse the repository at this point in the history
  • Loading branch information
PranavPuranik committed Sep 19, 2024
1 parent 6102aa7 commit fb34eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mem0/configs/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,5 @@ def get_update_memory_messages(retrieved_old_memory_dict, response_content):
- If there is a deletion, the memory key-value pair should be removed from the memory.
- If there is an update, the ID key should remain the same and only the value needs to be updated.
Do not return anything except the JSON format.
Only return the json format, do not add ``` around the json in the response. Start directly with {{ so I can load the response in json.loads() function.
"""

0 comments on commit fb34eb0

Please sign in to comment.