Fix up prompt for image-tool-result for Gemini
This commit is contained in:
@@ -126,7 +126,8 @@ async function handleToolWithTextAndImageResult<TApi extends Api>(model: Model<T
|
|||||||
messages: [
|
messages: [
|
||||||
{
|
{
|
||||||
role: "user",
|
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(),
|
timestamp: Date.now(),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user