cyberdesk 2.2.11 → 2.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -231,7 +231,7 @@ export type ModelConfigurationCreate = {
|
|
|
231
231
|
[key: string]: unknown;
|
|
232
232
|
} | null;
|
|
233
233
|
/**
|
|
234
|
-
* True if this model has native computer use capabilities. If True, can be used for main agent, focused actions, and fallbacks for those agents
|
|
234
|
+
* True if this model has native computer use capabilities. If True, can be used for main agent, focused actions, and fallbacks for those agents.
|
|
235
235
|
*/
|
|
236
236
|
is_computer_use_model?: boolean;
|
|
237
237
|
/**
|
|
@@ -264,7 +264,7 @@ export type ModelConfigurationResponse = {
|
|
|
264
264
|
[key: string]: unknown;
|
|
265
265
|
} | null;
|
|
266
266
|
/**
|
|
267
|
-
* True if this model has native computer use capabilities. If True, can be used for main agent, focused actions, and fallbacks for those agents
|
|
267
|
+
* True if this model has native computer use capabilities. If True, can be used for main agent, focused actions, and fallbacks for those agents.
|
|
268
268
|
*/
|
|
269
269
|
is_computer_use_model?: boolean;
|
|
270
270
|
id: string;
|