Add reasoning (extended thinking) for claude 3.7 #1066
Annotations
3 errors and 1 warning
build:
frontend/src/components/InputChatContent.stories.tsx#L70
React Hook "useState" is called in function "withContinue" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"
|
build:
frontend/src/hooks/useChat.ts#L597
Unexpected any. Specify a different type
|
build
Process completed with exit code 1.
|
build:
frontend/src/components/InputChatContent.tsx#L215
React Hook useCallback has an unnecessary dependency: 'reasoningEnabled'. Either exclude it or remove the dependency array
|