Class RunStepDetailsToolCallsFunctionObject
- Namespace
- OpenAI.ObjectModels.ResponseModels
- Assembly
- AntRunnerLib.dll
public class RunStepDetailsToolCallsFunctionObject : IToolCall
- Inheritance
-
System.Object
RunStepDetailsToolCallsFunctionObject
- Implements
-
- 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
[JsonPropertyName("function")]
public RunStepDetailsToolCallsFunctionObject.FunctionDetails Function { get; set; }
Property Value
- RunStepDetailsToolCallsFunctionObject.FunctionDetails
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
- System.String
[JsonPropertyName("type")]
public string Type { get; set; }
Property Value
- System.String