asteroid-odyssey 1.7.7 → 1.7.8

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
@@ -1846,10 +1846,6 @@ type AgentsGraphModelsNodesSize = {
1846
1846
  * Configuration settings for workflow execution
1847
1847
  */
1848
1848
  type AgentsGraphModelsSettings = {
1849
- /**
1850
- * Maximum number of iterations
1851
- */
1852
- max_iterations: number;
1853
1849
  /**
1854
1850
  * Browser viewport width in pixels
1855
1851
  */
package/dist/index.d.ts CHANGED
@@ -1846,10 +1846,6 @@ type AgentsGraphModelsNodesSize = {
1846
1846
  * Configuration settings for workflow execution
1847
1847
  */
1848
1848
  type AgentsGraphModelsSettings = {
1849
- /**
1850
- * Maximum number of iterations
1851
- */
1852
- max_iterations: number;
1853
1849
  /**
1854
1850
  * Browser viewport width in pixels
1855
1851
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",