mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-03 19:25:19 +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
|
|
@ -74,6 +74,8 @@ export async function getCopilotResponse(
|
|||
const test = {
|
||||
name: 'test',
|
||||
description: 'test',
|
||||
type: 'custom' as const,
|
||||
implementation: 'mock' as const,
|
||||
parameters: {
|
||||
type: 'object',
|
||||
properties: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue