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

Indicates that the shell call exceeded its configured time limit.

Fields

  • :type - required - :timeout
    The outcome type. Always timeout.
    Allowed values: "timeout"
    Default: "timeout"

Summary

Types

@type t() :: %ExOpenAI.Components.FunctionShellCallOutputTimeoutOutcome{
  type: :timeout
}