mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 09:56:23 +02:00
Update tool types to include custom and library tools and add web_search tool
Add web_search tool and change tool definition
This commit is contained in:
parent
6a4579bec5
commit
aad14804ea
12 changed files with 66 additions and 183 deletions
|
|
@ -56,7 +56,18 @@ You are an helpful customer support assistant
|
|||
prompt: "Hello! How can I help you?"
|
||||
}
|
||||
],
|
||||
tools: [],
|
||||
tools: [
|
||||
{
|
||||
"name": "web_search",
|
||||
"description": "Fetch information from the web based on chat context",
|
||||
"type": "library",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {},
|
||||
},
|
||||
"implementation": "default",
|
||||
}
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue