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