asteroid-odyssey 1.6.865 → 1.6.874
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 -8
- package/dist/index.d.ts +0 -8
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1712,10 +1712,6 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
|
|
|
1712
1712
|
batch_actions: boolean;
|
|
1713
1713
|
playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
|
|
1714
1714
|
learn_and_compile?: boolean;
|
|
1715
|
-
/**
|
|
1716
|
-
* IDs of preceding nodes whose outputs are excluded from this node's execution data.
|
|
1717
|
-
*/
|
|
1718
|
-
excluded_execution_data_node_ids?: Array<string>;
|
|
1719
1715
|
/**
|
|
1720
1716
|
* Relative path (within the node's own shared directory) of the
|
|
1721
1717
|
* Playwright script that the runtime should execute before the LLM.
|
|
@@ -1781,10 +1777,6 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
|
|
|
1781
1777
|
schema?: {
|
|
1782
1778
|
[key: string]: unknown;
|
|
1783
1779
|
};
|
|
1784
|
-
/**
|
|
1785
|
-
* IDs of preceding nodes whose outputs are excluded from this node's execution data.
|
|
1786
|
-
*/
|
|
1787
|
-
excluded_execution_data_node_ids?: Array<string>;
|
|
1788
1780
|
outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
|
|
1789
1781
|
model?: string;
|
|
1790
1782
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1712,10 +1712,6 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
|
|
|
1712
1712
|
batch_actions: boolean;
|
|
1713
1713
|
playwright_script_properties?: AgentsGraphModelsNodesPropertiesIrisPlaywrightScriptProperties;
|
|
1714
1714
|
learn_and_compile?: boolean;
|
|
1715
|
-
/**
|
|
1716
|
-
* IDs of preceding nodes whose outputs are excluded from this node's execution data.
|
|
1717
|
-
*/
|
|
1718
|
-
excluded_execution_data_node_ids?: Array<string>;
|
|
1719
1715
|
/**
|
|
1720
1716
|
* Relative path (within the node's own shared directory) of the
|
|
1721
1717
|
* Playwright script that the runtime should execute before the LLM.
|
|
@@ -1781,10 +1777,6 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
|
|
|
1781
1777
|
schema?: {
|
|
1782
1778
|
[key: string]: unknown;
|
|
1783
1779
|
};
|
|
1784
|
-
/**
|
|
1785
|
-
* IDs of preceding nodes whose outputs are excluded from this node's execution data.
|
|
1786
|
-
*/
|
|
1787
|
-
excluded_execution_data_node_ids?: Array<string>;
|
|
1788
1780
|
outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
|
|
1789
1781
|
model?: string;
|
|
1790
1782
|
};
|