asteroid-odyssey 1.6.571 → 1.6.612

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.
package/dist/index.d.mts CHANGED
@@ -1579,7 +1579,7 @@ type AgentsGraphModelsSettings = {
1579
1579
  */
1580
1580
  summarise?: boolean;
1581
1581
  /**
1582
- * Whether to use the new agent loop for execution (admin-only setting)
1582
+ * Whether to use the new agent loop for execution (beta)
1583
1583
  */
1584
1584
  new_agent_loop?: boolean;
1585
1585
  /**
@@ -2437,9 +2437,9 @@ type AgentsWorkflowOsTemplateConfig = {
2437
2437
  */
2438
2438
  provider: AgentsWorkflowOsProvider;
2439
2439
  /**
2440
- * Name of the snapshot to use
2440
+ * Name of the snapshot to use. If omitted or empty, the server uses the configured default snapshot for the selected osType.
2441
2441
  */
2442
- snapshotName: string;
2442
+ snapshotName?: string;
2443
2443
  /**
2444
2444
  * Whether the snapshot is public
2445
2445
  */
package/dist/index.d.ts CHANGED
@@ -1579,7 +1579,7 @@ type AgentsGraphModelsSettings = {
1579
1579
  */
1580
1580
  summarise?: boolean;
1581
1581
  /**
1582
- * Whether to use the new agent loop for execution (admin-only setting)
1582
+ * Whether to use the new agent loop for execution (beta)
1583
1583
  */
1584
1584
  new_agent_loop?: boolean;
1585
1585
  /**
@@ -2437,9 +2437,9 @@ type AgentsWorkflowOsTemplateConfig = {
2437
2437
  */
2438
2438
  provider: AgentsWorkflowOsProvider;
2439
2439
  /**
2440
- * Name of the snapshot to use
2440
+ * Name of the snapshot to use. If omitted or empty, the server uses the configured default snapshot for the selected osType.
2441
2441
  */
2442
- snapshotName: string;
2442
+ snapshotName?: string;
2443
2443
  /**
2444
2444
  * Whether the snapshot is public
2445
2445
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.571",
3
+ "version": "1.6.612",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",