Member Junction
    Preparing search index...

    The effective persona configuration for an agent after resolving precedence and style overrides.

    interface EffectiveAgentPersona {
        AgentPersona?: MJAIAgentPersonaEntity;
        Persona: MJAIPersonaEntity;
        PersonaVendor?: MJAIPersonaVendorEntity;
        SpeakingStyle: string;
        Tone: string;
    }
    Index

    Properties

    AgentPersona?: MJAIAgentPersonaEntity

    The agent persona junction record, if present

    The resolved persona entity

    PersonaVendor?: MJAIPersonaVendorEntity

    The active vendor binding for the agent's resolved model/vendor

    SpeakingStyle: string

    Effective speaking style, incorporating any agent-level style override

    Tone: string

    Effective tone, incorporating any agent-level style override