Member Junction
    Preparing search index...

    Result of SaveToDatabase operation including all mutations performed

    interface AgentSpecSyncResult {
        agentId: string;
        mutations: AgentSpecSyncMutation[];
        success: boolean;
    }
    Index

    Properties

    agentId: string

    ID of the saved agent

    Array of all database mutations performed

    success: boolean

    Whether the operation succeeded