View Source ExOpenAI.Components.ComputerAction (ex_openai.ex v1.8.0)
Schema representing a ComputerAction within the OpenAI API
Use any of these components: [component: "Click", component: "DoubleClick", component: "Drag", component: "KeyPress", component: "Move", component: "Screenshot", component: "Scroll", component: "Type", component: "Wait"]
Summary
Types
@type t() :: ExOpenAI.Components.Wait.t() | ExOpenAI.Components.Type.t() | ExOpenAI.Components.Scroll.t() | ExOpenAI.Components.Screenshot.t() | ExOpenAI.Components.Move.t() | ExOpenAI.Components.KeyPress.t() | ExOpenAI.Components.Drag.t() | ExOpenAI.Components.DoubleClick.t() | ExOpenAI.Components.Click.t()