Skip to content

feat: streaming markdown parsing #85

feat: streaming markdown parsing

feat: streaming markdown parsing #85

Triggered via pull request March 27, 2025 16:37
Status Failure
Total duration 29s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors
build (20.x)
Process completed with exit code 2.
build (20.x): src/hooks/useConversation.ts#L73
Property 'isComplete' does not exist on type 'Message | StreamingMessage'.
build (20.x): src/components/__tests__/ChatMessage.test.tsx#L47
Type '{ message$: Observable<Message>; conversationId: string; }' is missing the following properties from type 'Props': previousMessage$, nextMessage$
build (20.x): src/components/__tests__/ChatMessage.test.tsx#L35
Type '{ message$: Observable<Message>; conversationId: string; }' is missing the following properties from type 'Props': previousMessage$, nextMessage$
build (20.x): src/components/__tests__/ChatMessage.test.tsx#L24
Type '{ message$: Observable<Message>; conversationId: string; }' is missing the following properties from type 'Props': previousMessage$, nextMessage$
build (20.x): src/components/ConversationContent.tsx#L181
Type '(ObservableObjectFunctions<((Message | StreamingMessage) & NullablePropsIf<Pick<NonNullable<Message | StreamingMessage | undefined>, never>, true>) | undefined> & ObservableChildren<...> & ObservableFunctionChildren<...>) | undefined' is not assignable to type 'Observable<Message | undefined>'.