Member Junction
    Preparing search index...

    Interface CoAgentSystemPromptResolution

    The resolved co-agent system prompt text plus the id of the prompt it came from, returned by RealtimeClientSessionService.resolveCoAgentSystemPrompt.

    interface CoAgentSystemPromptResolution {
        PromptID: string;
        Text: string;
    }
    Index

    Properties

    Properties

    PromptID: string

    The MJ: AI Prompts row id, or null when the co-agent has no active prompt.

    Text: string

    The co-agent's system prompt template text (empty string when none is configured).