@sqlrooms/ai-core / ChatRendering
Variable: ChatRendering
constChatRendering: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>