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 · modepreview

namespace OpenAI.Internal;

[CodeGenType("OmniTypedResponseFormat")]
internal partial class InternalOmniTypedResponseFormat { }

[CodeGenType("ResponseFormatJsonObject")]
internal partial class InternalResponseFormatJsonObject { }

[CodeGenType("ResponseFormatJsonSchema")]
internal partial class InternalResponseFormatJsonSchema { }

[CodeGenType("ResponseFormatJsonSchemaSchema")]
internal partial class InternalResponseFormatJsonSchemaSchema { }

[CodeGenType("ResponseFormatText")]
internal partial class InternalResponseFormatText { }

[CodeGenType("UnknownOmniTypedResponseFormat")]
internal partial class InternalUnknownOmniTypedResponseFormat { }

[CodeGenType("WebSearchLocation")]
internal partial class InternalWebSearchLocation { }

[CodeGenType("WebSearchContextSize")]
internal readonly partial struct InternalWebSearchContextSize { }