Class GenerationTrace
The trace information about the generated response.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class GenerationTrace : Trace
Properties
Generation
Declaration
[JsonProperty(PropertyName = "generation")]
public string Generation { get; set; }
Property Value
Type | Description |
---|---|
string | The generated response that's returned to the user. |
Input
Declaration
[JsonProperty(PropertyName = "input")]
public string Input { get; set; }
Property Value
Type | Description |
---|---|
string | The input to the generation operation. |
Usage
Declaration
[JsonProperty(PropertyName = "usage")]
public List<Usage> Usage { get; set; }
Property Value
Type | Description |
---|---|
List<Usage> | Details of model and its usage. |