asteroid-odyssey 1.7.396 → 1.7.397
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
|
@@ -2339,10 +2339,6 @@ type AgentsGraphModelsExternalSettings = {
|
|
|
2339
2339
|
* Maximum timeout in minutes
|
|
2340
2340
|
*/
|
|
2341
2341
|
max_timeout_mins: number;
|
|
2342
|
-
/**
|
|
2343
|
-
* Whether to use the new agent loop for execution (beta)
|
|
2344
|
-
*/
|
|
2345
|
-
new_agent_loop?: boolean;
|
|
2346
2342
|
};
|
|
2347
2343
|
type AgentsGraphModelsNodesNode = {
|
|
2348
2344
|
id: CommonUuid;
|
package/dist/index.d.ts
CHANGED
|
@@ -2339,10 +2339,6 @@ type AgentsGraphModelsExternalSettings = {
|
|
|
2339
2339
|
* Maximum timeout in minutes
|
|
2340
2340
|
*/
|
|
2341
2341
|
max_timeout_mins: number;
|
|
2342
|
-
/**
|
|
2343
|
-
* Whether to use the new agent loop for execution (beta)
|
|
2344
|
-
*/
|
|
2345
|
-
new_agent_loop?: boolean;
|
|
2346
2342
|
};
|
|
2347
2343
|
type AgentsGraphModelsNodesNode = {
|
|
2348
2344
|
id: CommonUuid;
|