Fix up prompt for image-tool-result for Gemini

This commit is contained in:
Mario Zechner
2025-11-20 17:09:32 +01:00
Unverified
parent 6c707ab906
commit e696d9da3c
+2 -1
View File
@@ -126,7 +126,8 @@ async function handleToolWithTextAndImageResult<TApi extends Api>(model: Model<T
messages: [
{
role: "user",
content: "Use the get_circle_with_description tool and tell me what you learned.",
content:
"Use the get_circle_with_description tool and tell me what you learned. Also say what color the shape is.",
timestamp: Date.now(),
},
],