Member Junction
    Preparing search index...

    Configuration loaded for agent execution.

    type AgentConfiguration = {
        agentType?: MJAIAgentTypeEntity;
        childPrompt?: MJAIPromptEntityExtended;
        errorMessage?: string;
        success: boolean;
        systemPrompt?: MJAIPromptEntityExtended;
    }
    Index

    Properties

    The loaded agent type entity

    The loaded child prompt entity

    errorMessage?: string

    Error message if configuration failed

    success: boolean

    Whether configuration was loaded successfully

    The loaded system prompt entity