Show / Hide Table of Contents

Class ToolCall

The tool call generated by the model, such as function call.

Inheritance
object
ToolCall
FunctionCall
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
[JsonConverter(typeof(ToolCallModelConverter))]
public class ToolCall

Properties

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string

The ID of the tool call.

Remarks

Required

In this article
Back to top