View Source ExOpenAI.Components.ComputerToolCallOutputResource (ex_openai.ex v1.8.0)

Schema representing a ComputerToolCallOutputResource within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ComputerToolCallOutputResource{
  acknowledged_safety_checks:
    [ExOpenAI.Components.ComputerToolCallSafetyCheck.t()] | nil,
  id: String.t(),
  status: (:incomplete | :completed | :in_progress) | nil
}