Member Junction
    Preparing search index...

    Configuration for the CreateAgentPanel component.

    interface CreateAgentConfig {
        InitialName?: string;
        InitialTypeId?: string;
        ParentAgentId?: string;
        ParentAgentName?: string;
        ShowAdvancedConfig?: boolean;
        Title?: string;
    }
    Index

    Properties

    InitialName?: string

    Initial name for the agent

    InitialTypeId?: string

    Pre-selected agent type ID

    ParentAgentId?: string

    Optional parent agent ID for creating sub-agents

    ParentAgentName?: string

    Optional parent agent name for display

    ShowAdvancedConfig?: boolean

    Whether to show advanced model configuration fields

    Title?: string

    Title for the panel header