Skip to content

@sqlrooms/ai / ChatTextOutputProps

Type Alias: ChatTextOutputProps

ChatTextOutputProps = object

Props for an assistant text-output slot.

Properties

text

text: string


index

index: number


isAnswer

isAnswer: boolean

True only when this text is the final source-order message part.


searchBlockId

searchBlockId: string


customMarkdownComponents?

optional customMarkdownComponents?: Partial<Components>