← All widgetsAdvancedReactive & Platform

LLM Chat

Embedded chat widget.

An embedded chat panel that talks to the agent's LLM.

type · llm_chat
A platform-level / reactive component.

How to use it

Just ask for it in chat — the agent emits this widget and the shell renders it:

Try saying
embed a chat box

Example

The agent returns this A2UI component (inside the components array of a /chat response):

llm_chat.json
{
  "type": "llm_chat"
}

Properties

This widget takes no properties.

Backing endpoint

This widget reads/writes through /api/llm. See the API reference.


Browse the full Widget Index, the Widget Catalog, or learn the A2UI system behind it.