diff --git a/mem0/memory/utils.py b/mem0/memory/utils.py index 535e9de2..4847f306 100644 --- a/mem0/memory/utils.py +++ b/mem0/memory/utils.py @@ -57,7 +57,7 @@ def get_image_description(image_url): "content": [ { "type": "text", - "text": "Provide a description of the image and do not include any additional text.", + "text": "A user is providing an image. Provide a high level description of the image and do not include any additional text.", }, {"type": "image_url", "image_url": {"url": image_url}}, ],