View Source ExOpenAI.Components.WaitParam (ex_openai.ex v2.0.0-beta2)

A wait action.

Fields

  • :type - required - :wait
    Specifies the event type. For a wait action, this property is always set to wait.
    Allowed values: "wait"
    Default: "wait"

Summary

Types

@type t() :: %ExOpenAI.Components.WaitParam{type: :wait}