Package: @hexos/react-ui

Display configuration for white-label customization of the chat interface.

Provides control over tool execution visibility and streaming indicator behavior. Used by AgentUIProvider to configure the visual presentation of agent activity.

interface DisplayConfig {
    toolDisplayMode?: ToolDisplayMode;
    toolDisplayOptions?: ToolDisplayOptions;
    streamingIndicatorText?: string;
    hideStreamingIndicator?: boolean;
}

toolDisplayMode

toolDisplayOptions

streamingIndicatorText

string

hideStreamingIndicator

boolean