asteroid-odyssey 1.6.732 → 1.6.733
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 -1
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1584,7 +1584,6 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
|
|
|
1584
1584
|
thinking_mode?: 'adaptive' | 'enabled' | 'disabled';
|
|
1585
1585
|
thinking_budget_tokens?: number;
|
|
1586
1586
|
thinking_effort?: 'low' | 'medium' | 'high' | 'max';
|
|
1587
|
-
max_playwright_result_size_chars?: number;
|
|
1588
1587
|
model: string;
|
|
1589
1588
|
};
|
|
1590
1589
|
type AgentsGraphModelsNodesPropertiesOutcomeString = string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1584,7 +1584,6 @@ type AgentsGraphModelsNodesPropertiesIrisProperties = {
|
|
|
1584
1584
|
thinking_mode?: 'adaptive' | 'enabled' | 'disabled';
|
|
1585
1585
|
thinking_budget_tokens?: number;
|
|
1586
1586
|
thinking_effort?: 'low' | 'medium' | 'high' | 'max';
|
|
1587
|
-
max_playwright_result_size_chars?: number;
|
|
1588
1587
|
model: string;
|
|
1589
1588
|
};
|
|
1590
1589
|
type AgentsGraphModelsNodesPropertiesOutcomeString = string;
|