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 +0 -4
- package/dist/index.d.ts +0 -4
- package/package.json +1 -1
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
|
*/
|