Represents a UI component in the chat schema with its properties and children.
API
interface UiChatSchemaComponent {
}
$children
string | UiChatSchemaComponent[]
Child components to render inside this component
$props
Record<string, any>
Properties of the component
$tag
string
The name of the component to render