Class RunStepDetailsToolCallsFunctionObject.FunctionDetails
- Namespace
- OpenAI.ObjectModels.ResponseModels
- Assembly
- AntRunnerLib.dll
public class FunctionDetails
- Inheritance
-
System.Object
RunStepDetailsToolCallsFunctionObject.FunctionDetails
- 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("arguments")]
public string Arguments { get; set; }
Property Value
- System.String
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
- System.String
[JsonPropertyName("output")]
public string Output { get; set; }
Property Value
- System.String