System prompt #233
Annotations
5 errors
|
Run npm run types:
src/components/ChatForm/ChatForm.stories.tsx#L157
Type '{ model: string; }' is not assignable to type 'Partial<{ onSubmit: (str: string) => void; onClose?: (() => void) | undefined; className?: string | undefined; clearError: () => {}; error: string | null; caps: ChatCapsState; model: string; ... 16 more ...; selectedSystemPrompt: string | null; }> & { ...; }'.
|
Run npm run types:
src/components/ChatForm/ChatForm.test.tsx#L11
Type '{ onSubmit: (str: string) => void; onClose?: (() => void) | undefined; className?: string | undefined; clearError: () => void; error: string | null; caps: ChatCapsState; model: string; ... 16 more ...; selectedSystemPrompt?: string | ... 1 more ... | undefined; }' is not assignable to type 'ChatFormProps'.
|
Run npm run types:
src/components/Select/Select.stories.tsx#L13
Type '{ value: string; label: string; }[]' is not assignable to type 'string[]'.
|
Run npm run types
Process completed with exit code 2.
|
Loading