Class ToolInvocationTrace
The trace information about the tool selection from multiple tools.
Inherited Members
Namespace: Oci.GenerativeaiagentruntimeService.Models
Assembly: OCI.DotNetSDK.Generativeaiagentruntime.dll
Syntax
public class ToolInvocationTrace : Trace
Properties
InvocationDetails
Declaration
[JsonProperty(PropertyName = "invocationDetails")]
public string InvocationDetails { get; set; }
Property Value
Type | Description |
---|---|
string | The invocation details related to the selected tool. |
ToolId
Declaration
[JsonProperty(PropertyName = "toolId")]
public string ToolId { get; set; }
Property Value
Type | Description |
---|---|
string | The ID of the selected tool based on the user query. |
ToolName
Declaration
[JsonProperty(PropertyName = "toolName")]
public string ToolName { get; set; }
Property Value
Type | Description |
---|---|
string | The display name of the selected tool. |