Class Annotation
An annotation attached to the assistant's message, used to represent additional metadata such as citations.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class Annotation
Properties
Type
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string | Type of annotation. For web search citations, this is |
UrlCitation
Declaration
[JsonProperty(PropertyName = "urlCitation")]
public UrlCitation UrlCitation { get; set; }
Property Value
Type | Description |
---|---|
UrlCitation |