mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 09:01:14 +00:00
Fix up prompt for image-tool-result for Gemini
This commit is contained in:
parent
de39f1f493
commit
4afb3231e4
1 changed files with 2 additions and 1 deletions
|
|
@ -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(),
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue