openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
src/Custom/Common/Internal/GeneratorStubs.cs
16lines · modecode
| 1 | using Microsoft.TypeSpec.Generator.Customizations; |
| 2 | |
| 3 | namespace OpenAI.Internal; |
| 4 | |
| 5 | [CodeGenType("ResponseFormat")] internal partial class InternalResponseFormat { } |
| 6 | [CodeGenType("ResponseFormatType")] internal readonly partial struct InternalResponseFormatType {} |
| 7 | [CodeGenType("ResponseFormatJsonObject")] internal partial class InternalResponseFormatJsonObject { } |
| 8 | [CodeGenType("ResponseFormatJsonSchema")] internal partial class InternalResponseFormatJsonSchema { } |
| 9 | [CodeGenType("ResponseFormatJsonSchemaSchema")] internal partial class InternalResponseFormatJsonSchemaSchema { } |
| 10 | [CodeGenType("ResponseFormatText")] internal partial class InternalResponseFormatText { } |
| 11 | [CodeGenType("UnknownResponseFormat")] internal partial class InternalUnknownResponseFormat { } |
| 12 | [CodeGenType("WebSearchLocation")] internal partial class InternalWebSearchLocation { } |
| 13 | [CodeGenType("WebSearchContextSize")] internal readonly partial struct InternalWebSearchContextSize { } |
| 14 | [CodeGenType("LogProbProperties")] internal partial class InternalLogProbProperties { } |
| 15 | [CodeGenType("ModelIdsShared")] internal readonly partial struct InternalModelIdsShared { } |
| 16 | [CodeGenType("VoiceIdsShared")] internal readonly partial struct InternalVoiceIdsShared { } |