Table of Contents

Class ToolsItem

Namespace
OpenAI.ObjectModels.RequestModels
Assembly
AntRunnerLib.dll
public class ToolsItem
Inheritance
System.Object
ToolsItem
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()

Properties

Function

[JsonPropertyName("function")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public Function Function { get; set; }

Property Value

Function

Type

The type of the tool. Currently, only function is supported.

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

System.String