Class DocumentUrlChunk
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.Mistral
Assembly: Glitch9.AIDevKit.Provider.Mistral.dll
Syntax
public class DocumentUrlChunk : IMistralDocumentChunk
Properties
| Edit this page View SourceDocumentName
Optional. The filename of the document
Declaration
[JsonProperty("document_name")]
public string DocumentName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DocumentUrl
Required.
Declaration
[JsonProperty("document_url")]
public string DocumentUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Default: "document_url"
Declaration
[JsonProperty("type")]
public string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |