asteroid-odyssey 1.7.271 → 1.7.274
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
|
@@ -609,10 +609,6 @@ type AgentsGraphModelsExternalSettings = {
|
|
|
609
609
|
* Whether to use the new agent loop for execution (beta)
|
|
610
610
|
*/
|
|
611
611
|
new_agent_loop?: boolean;
|
|
612
|
-
/**
|
|
613
|
-
* Whether this agent has variants — one workflow driving many per-variant script trees, selected at execution time by `variantKey`. Required for a node's `script_filepath` to use the `{{variant_key}}` placeholder, and required for an execution to carry a `variantKey`.
|
|
614
|
-
*/
|
|
615
|
-
variant_mode?: boolean;
|
|
616
612
|
};
|
|
617
613
|
/**
|
|
618
614
|
* Browser provider type
|
package/dist/index.d.ts
CHANGED
|
@@ -609,10 +609,6 @@ type AgentsGraphModelsExternalSettings = {
|
|
|
609
609
|
* Whether to use the new agent loop for execution (beta)
|
|
610
610
|
*/
|
|
611
611
|
new_agent_loop?: boolean;
|
|
612
|
-
/**
|
|
613
|
-
* Whether this agent has variants — one workflow driving many per-variant script trees, selected at execution time by `variantKey`. Required for a node's `script_filepath` to use the `{{variant_key}}` placeholder, and required for an execution to carry a `variantKey`.
|
|
614
|
-
*/
|
|
615
|
-
variant_mode?: boolean;
|
|
616
612
|
};
|
|
617
613
|
/**
|
|
618
614
|
* Browser provider type
|