Skip to content

(Ready for review) Import and Export Individual Chats #303

(Ready for review) Import and Export Individual Chats

(Ready for review) Import and Export Individual Chats #303

Triggered via pull request November 22, 2024 22:29
Status Failure
Total duration 1m 12s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Test: app/components/chat/BaseChat.tsx#L307
Type '(() => void) | undefined' is not assignable to type '() => void'.
Test: app/components/chat/BaseChat.tsx#L347
'error' is of type 'unknown'.
Test: app/components/chat/Chat.client.tsx#L40
Type '{ description: string | undefined; initialMessages: Message[]; exportChat: (id?: string | undefined) => Promise<void>; storeMessageHistory: (messages: Message[]) => Promise<...>; importChat: (description: string, messages: Message[]) => Promise<...>; }' is not assignable to type 'IntrinsicAttributes & ChatProps'.
Test: app/components/chat/Chat.client.tsx#L86
Property 'description' does not exist on type 'ChatProps'.
Test: app/lib/persistence/useChatHistory.ts#L134
'error' is of type 'unknown'.
Test
Process completed with exit code 2.