@ericsanchezok/synergy-sdk 2.0.2 → 2.0.3

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.
@@ -1336,7 +1336,7 @@ export type Config = {
1336
1336
  */
1337
1337
  holos_friend_reply_model?: string;
1338
1338
  /**
1339
- * Model for vision tasks (image/PDF/video analysis), in the format of provider/model. Required for the look_at tool to work. If not set, vision capabilities are disabled.
1339
+ * Model for image analysis via the look_at tool, in the format of provider/model. If not set, look_at is disabled.
1340
1340
  */
1341
1341
  vision_model?: string;
1342
1342
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ericsanchezok/synergy-sdk",
4
- "version": "2.0.2",
4
+ "version": "2.0.3",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "repository": {