Class CitationOptionsV2
Options for controlling citation generation in RAG flows.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class CitationOptionsV2
Properties
Mode
Declaration
[JsonProperty(PropertyName = "mode")]
[JsonConverter(typeof(StringEnumConverter))]
public CitationOptionsV2.ModeEnum? Mode { get; set; }
Property Value
| Type | Description |
|---|---|
| CitationOptionsV2.ModeEnum? | Dictates the approach taken to generating citations as part of the RAG flow. Defaults to "accurate". - "ACCURATE": More precise citation generation. - "FAST": Faster but may be less precise. - "OFF": Disables citation generation. Note: |