Using the ConversationContainer #21240
Annotations
7 errors and 1 warning
check-eslint
Type '{ content: string; textSize: string; }' is not assignable to type 'IntrinsicAttributes & { content: string; isStreaming?: boolean | undefined; textColor?: string | undefined; isLastMessage?: boolean | undefined; additionalMarkdownComponents?: Partial<...> | undefined; additionalMarkdownPlugins?: PluggableList | undefined; }'.
|
check-eslint
Type '{ content: string; isStreaming: false; textSize: string; textColor: string; isLastMessage: false; }' is not assignable to type 'IntrinsicAttributes & { content: string; isStreaming?: boolean | undefined; textColor?: string | undefined; isLastMessage?: boolean | undefined; additionalMarkdownComponents?: Partial<...> | undefined; additionalMarkdownPlugins?: PluggableList | undefined; }'.
|
check-eslint
Type '{ citations: Element[] | undefined; conversationId: string; isLastMessage: boolean; message: UserMessageType & { contenFragments?: ContentFragmentType[] | undefined; }; owner: WorkspaceType; size: string; }' is not assignable to type 'IntrinsicAttributes & UserMessageProps'.
|
check-eslint
Type '{ conversationId: string; isLastMessage: boolean; message: AgentMessageType; messageFeedback: FeedbackSelectorProps; owner: WorkspaceType; user: UserType; size: string; }' is not assignable to type 'IntrinsicAttributes & AgentMessageProps'.
|
check-eslint
'"@dust-tt/sparkle"' has no exported member named 'ConversationMessageSizeType'. Did you mean 'ConversationMessage'?
|
check-eslint
Type '{ content: string; textSize: string; }' is not assignable to type 'IntrinsicAttributes & { content: string; isStreaming?: boolean | undefined; textColor?: string | undefined; isLastMessage?: boolean | undefined; additionalMarkdownComponents?: Partial<...> | undefined; additionalMarkdownPlugins?: PluggableList | undefined; }'.
|
check-eslint
Process completed with exit code 2.
|
check-eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|