openai/openai-dotnet

Public

mirrored from https://github.com/openai/openai-dotnetAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
mailinhphan/clientOptions

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

OpenAI/src/Custom/Audio/Streaming/StreamingAudioTranscriptionUpdate.cs

10lines · modecode

1using Microsoft.TypeSpec.Generator.Customizations;
2
3namespace OpenAI.Audio;
4
5// CUSTOM: Added Experimental attribute.
6[CodeGenType("DotNetCreateTranscriptionStreamingResponse")]
7[CodeGenSuppress(nameof(StreamingAudioTranscriptionUpdate), typeof(System.ClientModel.ClientResult))]
8public partial class StreamingAudioTranscriptionUpdate
9{
10}