openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
mailinhphan/clientOptions

Branches

Tags

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

Clone

HTTPS

Download ZIP

OpenAI/src/Custom/Embeddings/Internal/GeneratorStubs.cs

17lines · modecode

1using Microsoft.TypeSpec.Generator.Customizations;
2
3namespace OpenAI.Embeddings;
4
5// CUSTOM: Made internal.
6
7[CodeGenType("CreateEmbeddingRequestEncodingFormat")]
8internal readonly partial struct InternalCreateEmbeddingRequestEncodingFormat { }
9
10[CodeGenType("CreateEmbeddingRequestModel")]
11internal readonly partial struct InternalCreateEmbeddingRequestModel { }
12
13[CodeGenType("CreateEmbeddingResponseObject")]
14internal readonly partial struct InternalCreateEmbeddingResponseObject { }
15
16[CodeGenType("EmbeddingObject")]
17internal readonly partial struct InternalEmbeddingObject { }