ChatInterface
Embeddable chat interface bound to an agent template.
import { ChatInterface } from 'flowstack-sdk'Parameters
| Param | Type | Notes | Description |
|---|---|---|---|
template | string | — | Agent template to use, e.g. data-science. |
height | number | — | Interface height in pixels. |
placeholder | string | — | Input placeholder text. |
Examples
Chat interface
<ChatInterface template="data-science" height={500} placeholder="Ask about your data..." />See also
ChatPage · MessageList · MarkdownRenderer · useAgent
Source: README.md#workspace--data-components · Also available in llms-full.txt and registry.json.