@purpleschool/ai-proxy 0.5.26 → 0.5.28

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.5.26",
3
+ "version": "0.5.28",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -74,6 +74,7 @@ message TextGenerationUnaryRequest {
74
74
  WebSearchParams webSearchParams = 4;
75
75
  optional string responseSchema = 5;
76
76
  optional string reasoningEffort = 6;
77
+ optional string imageDetail = 7;
77
78
  }
78
79
 
79
80
  message TextGenerationUnaryResponse {
@@ -176,6 +177,8 @@ message SpeechToTextResponse {
176
177
  message SpeechToTextAiResponse {
177
178
  google.protobuf.Struct raw = 1;
178
179
  string md = 2;
180
+ string txtJson = 3;
181
+ string srtJson = 4;
179
182
  }
180
183
 
181
184
  // Text To Speech