openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
src/Custom/Common/Internal/GeneratorStubs.cs
26lines · modecode
| 1 | namespace OpenAI.Internal; |
| 2 | |
| 3 | [CodeGenType("OmniTypedResponseFormat")] |
| 4 | internal partial class InternalOmniTypedResponseFormat { } |
| 5 | |
| 6 | [CodeGenType("ResponseFormatJsonObject")] |
| 7 | internal partial class InternalResponseFormatJsonObject { } |
| 8 | |
| 9 | [CodeGenType("ResponseFormatJsonSchema")] |
| 10 | internal partial class InternalResponseFormatJsonSchema { } |
| 11 | |
| 12 | [CodeGenType("ResponseFormatJsonSchemaSchema")] |
| 13 | internal partial class InternalResponseFormatJsonSchemaSchema { } |
| 14 | |
| 15 | [CodeGenType("ResponseFormatText")] |
| 16 | internal partial class InternalResponseFormatText { } |
| 17 | |
| 18 | [CodeGenType("UnknownOmniTypedResponseFormat")] |
| 19 | internal partial class InternalUnknownOmniTypedResponseFormat { } |
| 20 | |
| 21 | [CodeGenType("WebSearchLocation")] |
| 22 | internal partial class InternalWebSearchLocation { } |
| 23 | |
| 24 | [CodeGenType("WebSearchContextSize")] |
| 25 | internal readonly partial struct InternalWebSearchContextSize { } |
| 26 | |
| 27 | |