Class SubmitToolOutputs
- Namespace
- OpenAI.ObjectModels.SharedModels
- Assembly
- AntRunnerLib.dll
public class SubmitToolOutputs
- Inheritance
-
System.ObjectSubmitToolOutputs
- 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
ToolCalls
A list of the relevant tool calls.
[JsonPropertyName("tool_calls")]
public List<ToolCall> ToolCalls { get; set; }
Property Value
- List<ToolCall>