openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
achandmsft-patch-1

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/Custom/Common/Internal/GeneratorStubs.cs

26lines · modecode

1namespace OpenAI.Internal;
2
3[CodeGenType("OmniTypedResponseFormat")]
4internal partial class InternalOmniTypedResponseFormat { }
5
6[CodeGenType("ResponseFormatJsonObject")]
7internal partial class InternalResponseFormatJsonObject { }
8
9[CodeGenType("ResponseFormatJsonSchema")]
10internal partial class InternalResponseFormatJsonSchema { }
11
12[CodeGenType("ResponseFormatJsonSchemaSchema")]
13internal partial class InternalResponseFormatJsonSchemaSchema { }
14
15[CodeGenType("ResponseFormatText")]
16internal partial class InternalResponseFormatText { }
17
18[CodeGenType("UnknownOmniTypedResponseFormat")]
19internal partial class InternalUnknownOmniTypedResponseFormat { }
20
21[CodeGenType("WebSearchLocation")]
22internal partial class InternalWebSearchLocation { }
23
24[CodeGenType("WebSearchContextSize")]
25internal readonly partial struct InternalWebSearchContextSize { }
26
27