Fix up prompt for image-tool-result for Gemini

This commit is contained in:
Mario Zechner 2025-11-20 17:09:32 +01:00
parent de39f1f493
commit 4afb3231e4

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(),
},
],