Class CitationOption
- Namespace
- AnthropicClient.Models
- Assembly
- AnthropicClient.dll
Represents whether citations are enabled for a document.
public class CitationOption
- Inheritance
-
CitationOption
- Inherited Members
Properties
Enabled
Gets a value indicating whether citations are enabled for the document.
public bool Enabled { get; init; }