Skip to content

Commit ebcb959

Browse files
committed
remove base customization of createTranscription op
1 parent d384d81 commit ebcb959

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

specification/base/typespec/audio/operations.tsp

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@ interface Audio {
4141
| CreateTranscriptionResponseVerboseJson
4242
| CreateTranscriptionResponseJson
4343
| SseResponseOf<CreateTranscriptionResponseStreamEvent>
44-
| DotNetCombinedJsonTranscriptionResponse
44+
| {
45+
// TODO: This response is not defined in the OpenAPI spec.
46+
@header contentType: "text/plain";
47+
48+
@body responseBody: string;
49+
}
4550
| ErrorResponse;
4651

4752
@route("translations")

0 commit comments

Comments
 (0)