Show / Hide Table of Contents

Class ToolInvocationTrace

The trace information about the tool selection from multiple tools.

Inheritance
object
Trace
ToolInvocationTrace
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 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.

In this article
Back to top