Class CitationOptions
Inherited Members
Namespace: Glitch9.AIDevKit.Cohere
Assembly: Glitch9.AIDevKit.Provider.Cohere.dll
Syntax
public class CitationOptions
Properties
| Edit this page View SourceMode
Optional. Citations are enabled by default for models that support it, but can be turned off by setting "type": "disabled".
Declaration
[JsonProperty("mode")]
public CitationMode? Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| CitationMode? |