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