Table of Contents

Class WaitComputerAction

Namespace
OpenAI.Responses
Assembly
OpenAI-DotNet.dll

A wait action.

public sealed class WaitComputerAction : IComputerAction
Inheritance
WaitComputerAction
Implements
Inherited Members

Constructors

WaitComputerAction()

public WaitComputerAction()

Properties

Type

Specifies the event type.For a wait action, this property is always set to wait.

[JsonInclude]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonPropertyName("type")]
public ComputerActionType Type { get; }

Property Value

ComputerActionType