@cloudbase/aiagent-framework
    Preparing search index...

    Interface UploadFileInput

    interface UploadFileInput {
        fileList?: { fileId?: string; fileName?: string; type?: string }[];
    }
    Index

    Properties

    Properties

    fileList?: { fileId?: string; fileName?: string; type?: string }[]