Docs / components / MessageList

MessageList

component

Renders a list of chat messages, with optional streaming state.

import { MessageList } from 'flowstack-sdk'

Parameters

ParamTypeNotesDescription
messagesMessage[]The messages to render.
isStreamingbooleanWhether a response is currently streaming.

Examples

Message list
<MessageList messages={messages} isStreaming={isStreaming} />

See also

ChatInterface · MarkdownRenderer · useAgent

Source: README.md#workspace--data-components · Also available in llms-full.txt and registry.json.