Module: OpenAI::Models::Beta::AgentFunctionCallStatus

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

Overview

The status of a tool call.

Constant Summary collapse

IN_PROGRESS =

The call is in progress.

Returns:

  • (:in_progress)
:in_progress
COMPLETED =

The call completed successfully.

Returns:

  • (:completed)
:completed
FAILED =

The call failed.

Returns:

  • (:failed)
:failed
INCOMPLETE =

The call stopped before completing.

Returns:

  • (:incomplete)
:incomplete

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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, coerce_with_error, dump, #dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/openai/models/beta/agent_function_call_status.rb', line 22

Instance Method Details

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

Returns:

  • (::Array[OpenAI::Models::Beta::agent_function_call_status])


22
# File 'sig/openai/models/beta/agent_function_call_status.rbs', line 22

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