asteroid-odyssey 1.7.133 → 1.7.134

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 CHANGED
@@ -751,10 +751,6 @@ type AgentsGraphModelsSettings = {
751
751
  * Browser viewport height in pixels
752
752
  */
753
753
  viewport_height: number;
754
- /**
755
- * Whether to trim screenshots
756
- */
757
- trim_screenshots: boolean;
758
754
  /**
759
755
  * Maximum timeout in minutes
760
756
  */
@@ -763,10 +759,6 @@ type AgentsGraphModelsSettings = {
763
759
  * Text input method for browser automation
764
760
  */
765
761
  type_input_method: AgentsGraphModelsTypeInputMethod;
766
- /**
767
- * Whether to summarize execution results
768
- */
769
- summarise?: boolean;
770
762
  /**
771
763
  * Whether to use the new agent loop for execution (beta)
772
764
  */
package/dist/index.d.ts CHANGED
@@ -751,10 +751,6 @@ type AgentsGraphModelsSettings = {
751
751
  * Browser viewport height in pixels
752
752
  */
753
753
  viewport_height: number;
754
- /**
755
- * Whether to trim screenshots
756
- */
757
- trim_screenshots: boolean;
758
754
  /**
759
755
  * Maximum timeout in minutes
760
756
  */
@@ -763,10 +759,6 @@ type AgentsGraphModelsSettings = {
763
759
  * Text input method for browser automation
764
760
  */
765
761
  type_input_method: AgentsGraphModelsTypeInputMethod;
766
- /**
767
- * Whether to summarize execution results
768
- */
769
- summarise?: boolean;
770
762
  /**
771
763
  * Whether to use the new agent loop for execution (beta)
772
764
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asteroid-odyssey",
3
- "version": "1.7.133",
3
+ "version": "1.7.134",
4
4
  "description": "SDK for interacting with Asteroid Agents API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",