Class CharacterLocationCitation
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public class CharacterLocationCitation : LocationCitation
Properties
| Edit this page View SourceEndCharIndex
Required.
Declaration
[JsonProperty("end_char_index")]
public int EndCharIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
StartCharIndex
Required. Required range: x >= 0
Declaration
[JsonProperty("start_char_index")]
public int StartCharIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Type
Required.
Declaration
[JsonProperty("type")]
public override CitationType Type { get; }
Property Value
| Type | Description |
|---|---|
| CitationType |