providerplaneai
    Preparing search index...

    Registration and runtime constraints for save-file capability.

    interface RegisterSaveFileCapabilityOptions {
        allowAbsolutePath?: boolean;
        autoCreateDir?: boolean;
        baseDir?: string;
        capabilityKey?: string;
    }
    Index

    Properties

    allowAbsolutePath?: boolean
    autoCreateDir?: boolean
    baseDir?: string
    capabilityKey?: string