Skip to content

@sqlrooms/ai / ChatRendering

Variable: ChatRendering

const ChatRendering: FC<ChatRenderingProps>

Subtree-scoped chat presentation recipe. Partial overrides merge with the parent recipe or SQLRooms defaults.

Example

tsx
<Chat.Rendering components={{Activity: AppActivity}}>
  <Chat.Messages />
</Chat.Rendering>