Class RetrievalTrace
The trace that displays the retrieval information.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class RetrievalTrace : Trace
Properties
Citations
Declaration
[JsonProperty(PropertyName = "citations")]
public List<Citation> Citations { get; set; }
Property Value
Type | Description |
---|---|
List<Citation> | A list of citations retrieved from data sources. |
RetrievalInput
Declaration
[JsonProperty(PropertyName = "retrievalInput")]
public string RetrievalInput { get; set; }
Property Value
Type | Description |
---|---|
string | The agent's search string for getting the displayed information. |
Usage
Declaration
[JsonProperty(PropertyName = "usage")]
public List<Usage> Usage { get; set; }
Property Value
Type | Description |
---|---|
List<Usage> | Details of model and its usage. |