asteroid-odyssey 1.6.743 → 1.6.751
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 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1591,6 +1591,7 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
|
|
|
1591
1591
|
[key: string]: unknown;
|
|
1592
1592
|
};
|
|
1593
1593
|
outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
|
|
1594
|
+
model?: string;
|
|
1594
1595
|
};
|
|
1595
1596
|
type AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar = {
|
|
1596
1597
|
name: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1591,6 +1591,7 @@ type AgentsGraphModelsNodesPropertiesOutputProperties = {
|
|
|
1591
1591
|
[key: string]: unknown;
|
|
1592
1592
|
};
|
|
1593
1593
|
outcomes: Array<AgentsGraphModelsNodesPropertiesOutcomeString>;
|
|
1594
|
+
model?: string;
|
|
1594
1595
|
};
|
|
1595
1596
|
type AgentsGraphModelsNodesPropertiesPlaywrightScriptLlmVar = {
|
|
1596
1597
|
name: string;
|