View Source ExOpenAI.Components.FunctionShellCallItemStatus (ex_openai.ex v2.0.0-beta2)
Status values reported for shell tool calls.
Type
:in_progress | :completed | :incomplete
Allowed Values
"in_progress", "completed", "incomplete"
Summary
Types
@type t() :: (:in_progress | :completed) | :incomplete