@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 +1 -1
- package/proto/ai-proxy.proto +3 -0
package/package.json
CHANGED
package/proto/ai-proxy.proto
CHANGED
|
@@ -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
|