asteroid-odyssey 1.7.286 → 1.7.287
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 +4 -3
- package/dist/index.d.ts +4 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -783,9 +783,10 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
|
|
|
783
783
|
* - May contain a single `{{variant_key}}` placeholder, which the
|
|
784
784
|
* runtime substitutes with the execution's `variant_key` so a single
|
|
785
785
|
* workflow can target per-tenant script trees (e.g.
|
|
786
|
-
*
|
|
787
|
-
* `shared/<node-key
|
|
788
|
-
* agent to have `variant_mode` enabled
|
|
786
|
+
* `./variants/{{variant_key}}/scripts/main.js` →
|
|
787
|
+
* `shared/<node-key>/variants/<variant-key>/scripts/main.js`).
|
|
788
|
+
* Requires the agent to have `variant_mode` enabled, and the
|
|
789
|
+
* placeholder must be the segment directly under `variants/`.
|
|
789
790
|
*/
|
|
790
791
|
script_filepath?: string;
|
|
791
792
|
/**
|
package/dist/index.d.ts
CHANGED
|
@@ -783,9 +783,10 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
|
|
|
783
783
|
* - May contain a single `{{variant_key}}` placeholder, which the
|
|
784
784
|
* runtime substitutes with the execution's `variant_key` so a single
|
|
785
785
|
* workflow can target per-tenant script trees (e.g.
|
|
786
|
-
*
|
|
787
|
-
* `shared/<node-key
|
|
788
|
-
* agent to have `variant_mode` enabled
|
|
786
|
+
* `./variants/{{variant_key}}/scripts/main.js` →
|
|
787
|
+
* `shared/<node-key>/variants/<variant-key>/scripts/main.js`).
|
|
788
|
+
* Requires the agent to have `variant_mode` enabled, and the
|
|
789
|
+
* placeholder must be the segment directly under `variants/`.
|
|
789
790
|
*/
|
|
790
791
|
script_filepath?: string;
|
|
791
792
|
/**
|