openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/modify-responsesclient-default-model

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/Custom/Common/Internal/GeneratorStubs.cs

16lines · modecode

1using Microsoft.TypeSpec.Generator.Customizations;
2
3namespace 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 { }