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

Schema representing a ComputerToolCallSafetyCheck within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ComputerToolCallSafetyCheck{
  code: String.t(),
  id: String.t(),
  message: String.t()
}