Show / Hide Table of Contents

Class ToolChoiceFunction

The tool choice for a function.

Inheritance
object
ToolChoice
ToolChoiceFunction
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
public class ToolChoiceFunction : ToolChoice

Properties

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

The function name.

In this article
Back to top