asteroid-odyssey 1.6.308 → 1.6.333

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
@@ -1363,6 +1363,9 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1363
1363
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1364
1364
  learn_and_compile?: boolean;
1365
1365
  execution_mode?: 'agentic' | 'learning' | 'adaptive' | 'deterministic';
1366
+ thinking_mode?: 'adaptive' | 'enabled' | 'disabled';
1367
+ thinking_budget_tokens?: number;
1368
+ thinking_effort?: 'low' | 'medium' | 'high' | 'max';
1366
1369
  model: string;
1367
1370
  };
1368
1371
  type AgentsGraphModelsNodesPropertiesOutcomeString = string;
package/dist/index.d.ts CHANGED
@@ -1363,6 +1363,9 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
1363
1363
  playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
1364
1364
  learn_and_compile?: boolean;
1365
1365
  execution_mode?: 'agentic' | 'learning' | 'adaptive' | 'deterministic';
1366
+ thinking_mode?: 'adaptive' | 'enabled' | 'disabled';
1367
+ thinking_budget_tokens?: number;
1368
+ thinking_effort?: 'low' | 'medium' | 'high' | 'max';
1366
1369
  model: string;
1367
1370
  };
1368
1371
  type AgentsGraphModelsNodesPropertiesOutcomeString = string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.6.308",
3
+ "version": "1.6.333",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",