Hiyve Components - v1.0.0
    Preparing search index...

    Interface AgentAssistantLabels

    Labels for agent assistant components

    interface AgentAssistantLabels {
        agentMode: string;
        cancel: string;
        chatDisabled: string;
        clearChat: string;
        conversations: string;
        copied: string;
        copy: string;
        copyToInput: string;
        delete: string;
        deleteMessageConfirm: string;
        deleteMessageTitle: string;
        emptyState: string;
        emptyStateTitle: string;
        help: string;
        hideReasoningButton: string;
        newChat: string;
        noConversations: string;
        noResults: string;
        placeholder: string;
        send: string;
        settings: string;
        showReasoning: string;
        showReasoningButton: string;
        startNewChat: string;
        thinking: string;
        title: string;
    }
    Index

    Properties

    agentMode: string

    Agent mode label

    cancel: string

    Cancel button

    chatDisabled: string

    Chat disabled tooltip

    clearChat: string

    Clear chat button

    conversations: string

    Conversations sidebar title

    copied: string

    Copied confirmation

    copy: string

    Copy button tooltip

    copyToInput: string

    Copy to input tooltip

    delete: string

    Delete button tooltip

    deleteMessageConfirm: string

    Delete message confirmation text

    deleteMessageTitle: string

    Delete message dialog title

    emptyState: string

    Empty state message

    emptyStateTitle: string

    Empty state title

    help: string

    Help button

    hideReasoningButton: string

    Hide reasoning button

    newChat: string

    New chat button

    noConversations: string

    No conversations message

    noResults: string

    No results message

    placeholder: string

    Input placeholder

    send: string

    Send button tooltip

    settings: string

    Settings button

    showReasoning: string

    Show reasoning label

    showReasoningButton: string

    Show reasoning button

    startNewChat: string

    Start a new chat hint

    thinking: string

    Thinking state text

    title: string

    Component title