Table of Contents

Class RequiredAction

Namespace
OpenAI.ObjectModels.SharedModels
Assembly
AntRunnerLib.dll

Details on the action required to continue the run.

public class RequiredAction
Inheritance
System.Object
RequiredAction
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

SubmitToolOutputs

Details on the tool outputs needed for this run to continue.

[JsonPropertyName("submit_tool_outputs")]
public SubmitToolOutputs SubmitToolOutputs { get; set; }

Property Value

SubmitToolOutputs

Type

For now, this is always submit_tool_outputs.

[JsonPropertyName("type")]
public string Type { get; set; }

Property Value

System.String