View Source ExOpenAI.Components.ComputerTool (ex_openai.ex v2.0.0-beta2)
A tool that controls a virtual computer. Learn more about the computer tool.
Fields
:type- required -:computer
The type of the computer tool. Alwayscomputer.
Allowed values:"computer"
Default:"computer"
Summary
Types
@type t() :: %ExOpenAI.Components.ComputerTool{type: :computer}