Schema representing a ComputerTool within the OpenAI API
@type t() :: %ExOpenAI.Components.ComputerTool{ display_height: float(), display_width: float(), environment: :browser | :ubuntu | :windows | :mac, type: :"computer-preview" }