View Source ExOpenAI.Components.FunctionShellCallOutputExitOutcomeParam (ex_openai.ex v2.0.0-beta2)
Indicates that the shell commands finished and returned an exit code.
Fields
:exit_code- required -integer()
The exit code returned by the shell process.:type- required -:exit
The outcome type. Alwaysexit.
Allowed values:"exit"
Default:"exit"
Summary
Types
@type t() :: %ExOpenAI.Components.FunctionShellCallOutputExitOutcomeParam{ exit_code: integer(), type: :exit }