Class LocationCitation
Inheritance
LocationCitation
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public abstract class LocationCitation : Citation
Properties
| Edit this page View SourceDocumentIndex
Required. Required range: x >= 0
Declaration
[JsonProperty("document_index")]
public int DocumentIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
DocumentTitle
Required.
Declaration
[JsonProperty("document_title")]
public string DocumentTitle { get; set; }
Property Value
| Type | Description |
|---|---|
| string |