@midscene/mcp 0.26.0 → 0.26.1

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/api.mdx CHANGED
@@ -899,3 +899,7 @@ await agent.aiAssert({
899
899
  ],
900
900
  });
901
901
  ```
902
+
903
+ **Notes on Image Size**
904
+
905
+ When prompting with images, it is necessary to pay attention to the requirements of the AI model provider regarding the size and dimensions of the images. Images that are too large (such as exceeding 10M) or too small (such as being less than 10 pixels) may cause errors when the model is invoked. The specific restrictions should be based on the documentation provided by the AI model provider you are using.