Interface IMistralDocumentChunk
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
[JsonConverter(typeof(IMistralDocumentChunkConverter))]
public interface IMistralDocumentChunk
Fields
|
Edit this page
View Source
DocumentUrl
Declaration
public const string DocumentUrl = "document_url"
Field Value
|
Edit this page
View Source
File
Declaration
public const string File = "file"
Field Value
|
Edit this page
View Source
ImageUrl
Declaration
public const string ImageUrl = "image_url"
Field Value
Properties
|
Edit this page
View Source
Type
Declaration
Property Value
Extension Methods