Show / Hide Table of Contents

Class RetrievalTrace

The trace that displays the retrieval information.

Inheritance
object
Trace
RetrievalTrace
Inherited Members
Trace.Key
Trace.ParentKey
Trace.Source
Trace.TimeCreated
Trace.TimeFinished
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top