@purpleschool/ai-proxy 0.1.14 → 0.1.15

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpleschool/ai-proxy",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -86,8 +86,8 @@ message TextGenerationUnaryResponse {
86
86
  message ImageGenerationRequest {
87
87
  string model = 1;
88
88
  string prompt = 2;
89
- int32 width = 3;
90
- int32 height = 4;
89
+ optional int32 width = 3;
90
+ optional int32 height = 4;
91
91
  repeated Message messages = 5;
92
92
  optional string callbackUrl = 6;
93
93
  }