Chat component

Chat component

Properties

NameDescriptionDefault
messages

required

-
ref
-
renderer

required

Individual chat message renderer @param message - The message to render @returns The rendered message

-
streamingMessages
-
Note: This table does not include native DOM and React properties like `onClick`, `ref`, `id`, `aria-label` (and many others) supported by this component.

Scroll To Message

Chat component exposes function to scroll to a specific message

Thinking Message

`Chat.Thinking` component is used to display Agent's reasoning process

Action Message

`Chat.Action` component is used to display Agent's tool calling process

Action Group Message

`Chat.Action.Group` component is used to display Agent's tool calling process group