Class CharacterLocationCitation
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class CharacterLocationCitation : LocationCitation
Properties
EndCharIndex
Required.
Declaration
public int EndCharIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
StartCharIndex
Required. Required range: x >= 0
Declaration
public int StartCharIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
Type
Required.
Declaration
public override CitationType Type { get; }
Property Value
Type | Description |
---|---|
CitationType |