AddFilesRequest Class

The request message containing a list of files to be uploaded to RAG

Definition

Namespace: SuperBuilderWinService.ProvidersImpl
Assembly: IntelAiaService (in IntelAiaService.exe) Version: 1.0.0+2093811f3bac5da092b5ce9c8172233582eee4d5
C#
public sealed class AddFilesRequest : IMessage<AddFilesRequest>, 
	IMessage, IEquatable<AddFilesRequest>, IDeepCloneable<AddFilesRequest>, 
	IBufferMessage
Inheritance
Object    AddFilesRequest
Implements
IBufferMessage, IDeepCloneableAddFilesRequest, IMessage, IMessageAddFilesRequest, IEquatableAddFilesRequest

Constructors

AddFilesRequestInitializes a new instance of the AddFilesRequest class
AddFilesRequest(AddFilesRequest)Initializes a new instance of the AddFilesRequest class

Properties

Descriptor 
FilesToUpload A JSON list of filepaths to upload
HasUploadTypeGets whether the "uploadType" field is set
Parser 
UploadType If specified and not an empty string, will skip embedding and only store the filepath

Methods

Fields

FilesToUploadFieldNumberField number for the "filesToUpload" field.
UploadTypeFieldNumberField number for the "uploadType" field.

See Also