Class ToolsItem
- Namespace
- OpenAI.ObjectModels.RequestModels
- Assembly
- AntRunnerLib.dll
public class ToolsItem
- Inheritance
-
System.ObjectToolsItem
- 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
Type
The type of the tool. Currently, only function is supported.
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
- System.String