Module: OpenAI::Models::Beta::BetaResponseApplyPatchToolCall::Status

Extended by:
Internal::Type::Enum
Defined in:
lib/openai/models/beta/beta_response_apply_patch_tool_call.rb,
sig/openai/models/beta/beta_response_apply_patch_tool_call.rbs

Overview

The status of the apply patch tool call. One of in_progress or completed.

See Also:

  • OpenAI::Models::Beta::BetaResponseApplyPatchToolCall#status

Constant Summary collapse

IN_PROGRESS =

Returns:

  • (:in_progress)
:in_progress
COMPLETED =

Returns:

  • (:completed)
:completed

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Instance Method Details

#self?.values::Array[OpenAI::Models::Beta::BetaResponseApplyPatchToolCall::status]

Returns:

  • (::Array[OpenAI::Models::Beta::BetaResponseApplyPatchToolCall::status])


130
# File 'sig/openai/models/beta/beta_response_apply_patch_tool_call.rbs', line 130

def self?.values: -> ::Array[OpenAI::Models::Beta::BetaResponseApplyPatchToolCall::status]