Docs / components / ChatInterface

ChatInterface

component

Embeddable chat interface bound to an agent template.

import { ChatInterface } from 'flowstack-sdk'

Parameters

ParamTypeNotesDescription
templatestringAgent template to use, e.g. data-science.
heightnumberInterface height in pixels.
placeholderstringInput 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.