mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
removed generate image tool from customer support prebuilt template
This commit is contained in:
parent
54b39edaea
commit
c2f3d87074
1 changed files with 0 additions and 22 deletions
|
|
@ -61,28 +61,6 @@
|
|||
}
|
||||
],
|
||||
"tools": [
|
||||
{
|
||||
"name": "Generate Image",
|
||||
"description": "Generate an image using Google Gemini given a text prompt. Returns base64-encoded image data and any text parts.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"prompt": {
|
||||
"type": "string",
|
||||
"description": "Text prompt describing the image to generate"
|
||||
},
|
||||
"modelName": {
|
||||
"type": "string",
|
||||
"description": "Optional Gemini model override"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"prompt"
|
||||
],
|
||||
"additionalProperties": true
|
||||
},
|
||||
"isGeminiImage": true
|
||||
},
|
||||
{
|
||||
"name": "Mock Delivery Status",
|
||||
"description": "A mock tool to simulate checking delivery status.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue