You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./app/api/chat/route.ts:119:7
Type error: Type 'WikipediaQueryRun' is not assignable to type 'DynamicTool | DynamicStructuredTool<ZodObject<any, any, any, any, { [x: string]: any; }>>'.
Property 'func' is missing in type 'WikipediaQueryRun' but required in type 'DynamicTool'.
117 | // 14. Define available functions and tools
118 | const availableFunctions: Record<string, DynamicTool | DynamicStructuredTool> = {
> 119 | wikipediaQuery,
Not sure why that's being thrown as soon as I clone and install.
The text was updated successfully, but these errors were encountered:
I keep getting an error when building
Not sure why that's being thrown as soon as I clone and install.
The text was updated successfully, but these errors were encountered: