openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
src/Custom/Batch/Internal/GeneratorStubs.cs
53lines · modecode
| 1 | using Microsoft.TypeSpec.Generator.Customizations; |
| 2 | |
| 3 | namespace OpenAI.Batch; |
| 4 | |
| 5 | // CUSTOM: Made internal. |
| 6 | |
| 7 | [CodeGenType("CreateBatchRequestCompletionWindow")] |
| 8 | internal readonly partial struct InternalBatchCompletionTimeframe { } |
| 9 | |
| 10 | [CodeGenType("BatchErrorsDatum")] |
| 11 | internal partial class InternalBatchError { } |
| 12 | |
| 13 | [CodeGenType("BatchErrors")] |
| 14 | internal partial class InternalBatchErrors { } |
| 15 | |
| 16 | [CodeGenType("BatchErrorsObject")] |
| 17 | internal readonly partial struct InternalBatchErrorsObject { } |
| 18 | |
| 19 | [CodeGenType("BatchObject")] |
| 20 | internal readonly partial struct InternalBatchObject { } |
| 21 | |
| 22 | [CodeGenType("BatchRequestCounts")] |
| 23 | internal partial class InternalBatchRequestCounts { } |
| 24 | |
| 25 | [CodeGenType("BatchRequestInput")] |
| 26 | internal partial class InternalBatchRequestInput { } |
| 27 | |
| 28 | [CodeGenType("BatchRequestInputMethod")] |
| 29 | internal readonly partial struct InternalBatchRequestInputMethod { } |
| 30 | |
| 31 | [CodeGenType("BatchRequestOutput")] |
| 32 | internal partial class InternalBatchRequestOutput { } |
| 33 | |
| 34 | [CodeGenType("BatchRequestOutputError1")] |
| 35 | internal partial class InternalBatchRequestOutputError { } |
| 36 | |
| 37 | [CodeGenType("BatchRequestOutputResponse1")] |
| 38 | internal partial class InternalBatchRequestOutputResponse { } |
| 39 | |
| 40 | [CodeGenType("BatchStatus")] |
| 41 | internal readonly partial struct InternalBatchStatus { } |
| 42 | |
| 43 | [CodeGenType("CreateBatchRequest")] |
| 44 | internal partial class InternalCreateBatchRequest { } |
| 45 | |
| 46 | [CodeGenType("CreateBatchRequestEndpoint")] |
| 47 | internal readonly partial struct InternalCreateBatchRequestEndpoint { } |
| 48 | |
| 49 | [CodeGenType("ListBatchesResponse")] |
| 50 | internal partial class InternalListBatchesResponse { } |
| 51 | |
| 52 | [CodeGenType("ListBatchesResponseObject")] |
| 53 | internal readonly partial struct InternalListBatchesResponseObject { } |