Class PageLocationCitation
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public class PageLocationCitation : LocationCitation
Properties
| Edit this page View SourceEndPageNumber
Required.
Declaration
[JsonProperty("end_page_number")]
public int EndPageNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
StartPageNumber
Required. Required range: x >= 1
Declaration
[JsonProperty("start_page_number")]
public int StartPageNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Type
Required.
Declaration
[JsonProperty("type")]
public override CitationType Type { get; }
Property Value
| Type | Description |
|---|---|
| CitationType |