Skip to content

Add reasoning (extended thinking) for claude 3.7 #1066

Add reasoning (extended thinking) for claude 3.7

Add reasoning (extended thinking) for claude 3.7 #1066

Triggered via pull request February 27, 2025 03:40
Status Failure
Total duration 41s
Artifacts

frontend.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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