Member Junction
    Preparing search index...

    Interface MJAIAgentPersonaEntity_IAIAgentPersonaStyleOverride

    Agent-specific presentation style overrides for an assigned AI Persona.

    Stored as JSON in MJ: AI Agent Personas.StyleOverride. CodeGen emits a typed StyleOverrideObject accessor on MJAIAgentPersonaEntity returning MJAIAgentPersonaEntity_IAIAgentPersonaStyleOverride | null.

    Allows an agent to fine-tune a catalog persona (e.g. "Aria, but more formal and authoritative") without minting an entirely separate persona record.

    interface MJAIAgentPersonaEntity_IAIAgentPersonaStyleOverride {
        SpeakingStyle?: string;
        Tone?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Open extension point for additional descriptor overrides.

    Index

    Properties

    SpeakingStyle?: string

    Optional override for the persona's SpeakingStyle.

    Tone?: string

    Optional override for the persona's core Tone.