Class CitationsWrapper
Inherited Members
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: Glitch9.AIDevKit.Provider.Anthropic.dll
Syntax
public sealed class CitationsWrapper
Properties
| Edit this page View SourceCitations
Citations supporting the text block.
The type of citation returned will depend on the type of document being cited.
Citing a PDF results in page_location, plain text results in char_location, and content document results in content_block_location.
Declaration
[JsonProperty("citations")]
public Citation[] Citations { get; set; }
Property Value
| Type | Description |
|---|---|
| Citation[] |