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