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:
akhisud3195 2025-04-11 14:40:19 +05:30 committed by Ramnique Singh
parent 6a4579bec5
commit aad14804ea
12 changed files with 66 additions and 183 deletions

View file

@ -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: {},