asteroid-odyssey 1.6.607 → 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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
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 (
|
|
1582
|
+
* Whether to use the new agent loop for execution (beta)
|
|
1583
1583
|
*/
|
|
1584
1584
|
new_agent_loop?: boolean;
|
|
1585
1585
|
/**
|
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 (
|
|
1582
|
+
* Whether to use the new agent loop for execution (beta)
|
|
1583
1583
|
*/
|
|
1584
1584
|
new_agent_loop?: boolean;
|
|
1585
1585
|
/**
|