You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Some parameter documentations has been truncated, see
154
176
# {OpenAI::Models::Responses::ComputerAction::Drag} for more details.
155
177
#
156
178
# A drag action.
157
179
#
158
180
# @param path [Array<OpenAI::Models::Responses::ComputerAction::Drag::Path>] An array of coordinates representing the path of the drag action. Coordinates wi
159
181
#
182
+
# @param keys [Array<String>, nil] The keys being held while dragging the mouse.
183
+
#
160
184
# @param type [Symbol, :drag] Specifies the event type. For a drag action, this property is always set to `dra
161
185
162
186
classPath < OpenAI::Internal::Type::BaseModel
@@ -227,7 +251,13 @@ class Move < OpenAI::Internal::Type::BaseModel
# Some parameter documentations has been truncated, see
283
305
# {OpenAI::Models::Responses::ResponseComputerToolCall::Action::Drag} for more
284
306
# details.
@@ -287,6 +309,8 @@ class Drag < OpenAI::Internal::Type::BaseModel
287
309
#
288
310
# @param path [Array<OpenAI::Models::Responses::ResponseComputerToolCall::Action::Drag::Path>] An array of coordinates representing the path of the drag action. Coordinates wi
289
311
#
312
+
# @param keys [Array<String>, nil] The keys being held while dragging the mouse.
313
+
#
290
314
# @param type [Symbol, :drag] Specifies the event type. For a drag action, this property is always set to `dra
291
315
292
316
classPath < OpenAI::Internal::Type::BaseModel
@@ -358,7 +382,13 @@ class Move < OpenAI::Internal::Type::BaseModel
0 commit comments