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

Schema representing a ComputerTool within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ComputerTool{
  display_height: float(),
  display_width: float(),
  environment: :browser | :ubuntu | :windows | :mac,
  type: :"computer-preview"
}