We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595648e commit c3719eaCopy full SHA for c3719ea
apps/web/src/components/tools/auth0/chat.tsx
@@ -36,7 +36,7 @@ export function Chat() {
36
}
37
}, []) // Empty dependency array
38
39
- // eslint-disable-next-line @typescript-eslint/no-explicit-
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
40
const formatToolCall = (toolName: string, args: any): string => {
41
return `\n[${toolName}] ${JSON.stringify(args, null, 2)}\n`;
42
0 commit comments