Class CitationsWrapper
Inheritance
object
CitationsWrapper
Namespace: Glitch9.AIDevKit.Anthropic
Assembly: .dll
Syntax
public class CitationsWrapper
Properties
Citations
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
public Citation[] Citations { get; set; }
Property Value
Type | Description |
---|---|
Citation[] |