Member Junction
    Preparing search index...
    interface ImportSkillOptions {
        updateSkillId?: string;
    }
    Index

    Properties

    Properties

    updateSkillId?: string

    When provided, updates this existing skill (and resyncs its Action/sub-agent bundling) instead of creating a new one. The caller is responsible for confirming the current user is allowed to edit this skill (e.g. it's their own, per the "own skills" RLS filter).