Appearance
Interface: ChatModel
Defined in: packages/design-system/lib/assistant-ui/components/mw/Chat/index.d.ts:154
A page-side streaming model: given the transcript, yields reply text deltas. Lets a DS-only consumer plug a custom in-browser model (WebLLM, a fetch to their own endpoint, …) without the SDK.