ART Framework API Docs
    Preparing search index...

    Interface AgentPersona

    Defines the default identity and high-level guidance for an agent. This is provided at the instance level and can be overridden by thread or call-specific prompts.

    AgentPersona

    interface AgentPersona {
        name: string;
        prompts: StageSpecificPrompts;
    }
    Index

    Properties

    Properties

    name: string

    The name or identity of the agent (e.g., "Zoi"). This will be used in the synthesis prompt.

    The default system prompt that provides high-level guidance. This serves as the base layer in the system prompt resolution hierarchy.