@sqlrooms/ai-core / ChatRenderingComponents
Type Alias: ChatRenderingComponents
ChatRenderingComponents =
object
Component slots that define a chat presentation recipe.
Properties
Turn
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>