class

OpenAI::FunctionShellCallOutputTimeoutOutcome

Inherits JSON::Serializable < Reference < Object

Indicates that the shell call exceeded its configured time limit.

Constructors

new(type_value : FunctionShellCallOutputTimeoutOutcomeType = FunctionShellCallOutputTimeoutOutcomeType::Timeout)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

type_value

The outcome type. Always timeout.

Source
type_value=(type_value : FunctionShellCallOutputTimeoutOutcomeType)

The outcome type. Always timeout.

Source