Skip to content

@sqlrooms/ai / ChatRenderingComponents

Type Alias: ChatRenderingComponents

ChatRenderingComponents = object

Component slots that define a chat presentation recipe.

Properties

Turn

Turn: ChatComponentType<ChatTurnSlotProps>


Prompt

Prompt: ChatComponentType<ChatPromptProps>


Activity

Activity: ChatComponentType<ChatActivityProps>


Reasoning

Reasoning: ChatComponentType<ChatReasoningProps>


TextOutput

TextOutput: ChatComponentType<ChatTextOutputProps>


ToolActivity

ToolActivity: ChatComponentType<ChatToolActivityProps>


HoistedOutput

HoistedOutput: ChatComponentType<ChatHoistedOutputProps>


Error

Error: ChatComponentType<ChatErrorProps>


Actions

Actions: ChatComponentType<ChatActionsProps>