providerplaneai
    Preparing search index...

    Input shape for save-file requests.

    interface SaveFileRequestInput {
        base64?: string;
        contentType?: SaveFileContentType;
        encoding?: BufferEncoding;
        json?: unknown;
        path: string;
        text?: string;
    }
    Index

    Properties

    base64?: string
    contentType?: SaveFileContentType
    encoding?: BufferEncoding
    json?: unknown
    path: string
    text?: string