openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
src/Custom/Chat/Internal/GeneratorStubs.cs
106lines · modecode
| 1 | namespace OpenAI.Chat; |
| 2 | |
| 3 | [CodeGenModel("ChatCompletionFunctionCallOption")] |
| 4 | internal partial class InternalChatCompletionFunctionCallOption { } |
| 5 | |
| 6 | [CodeGenModel("ChatCompletionMessageToolCallFunction")] |
| 7 | internal partial class InternalChatCompletionMessageToolCallFunction { } |
| 8 | |
| 9 | [CodeGenModel("ChatCompletionMessageToolCallChunkFunction")] |
| 10 | internal partial class InternalChatCompletionMessageToolCallChunkFunction { } |
| 11 | |
| 12 | [CodeGenModel("ChatCompletionMessageToolCallChunkType")] |
| 13 | internal readonly partial struct InternalChatCompletionMessageToolCallChunkType { } |
| 14 | |
| 15 | [CodeGenModel("ChatCompletionNamedToolChoice")] |
| 16 | internal partial class InternalChatCompletionNamedToolChoice { } |
| 17 | |
| 18 | [CodeGenModel("ChatCompletionNamedToolChoiceFunction")] |
| 19 | internal partial class InternalChatCompletionNamedToolChoiceFunction { } |
| 20 | |
| 21 | [CodeGenModel("ChatCompletionNamedToolChoiceType")] |
| 22 | internal readonly partial struct InternalChatCompletionNamedToolChoiceType { } |
| 23 | |
| 24 | [CodeGenModel("ChatCompletionRequestMessageContentPartImage")] |
| 25 | internal partial class InternalChatCompletionRequestMessageContentPartImage { } |
| 26 | |
| 27 | [CodeGenModel("ChatCompletionRequestMessageContentPartImageType")] |
| 28 | internal readonly partial struct InternalChatCompletionRequestMessageContentPartImageType { } |
| 29 | |
| 30 | [CodeGenModel("ChatCompletionRequestMessageContentPartText")] |
| 31 | internal partial class InternalChatCompletionRequestMessageContentPartText { } |
| 32 | |
| 33 | [CodeGenModel("ChatCompletionRequestMessageContentPartTextType")] |
| 34 | internal readonly partial struct InternalChatCompletionRequestMessageContentPartTextType { } |
| 35 | |
| 36 | [CodeGenModel("ChatCompletionResponseMessageFunctionCall")] |
| 37 | internal partial class InternalChatCompletionResponseMessageFunctionCall { } |
| 38 | |
| 39 | [CodeGenModel("ChatCompletionResponseMessageRole")] |
| 40 | internal readonly partial struct InternalChatCompletionResponseMessageRole { } |
| 41 | |
| 42 | [CodeGenModel("ChatCompletionStreamOptions")] |
| 43 | internal partial class InternalChatCompletionStreamOptions { } |
| 44 | |
| 45 | [CodeGenModel("ChatCompletionStreamResponseDeltaRole")] |
| 46 | internal readonly partial struct InternalChatCompletionStreamResponseDeltaRole { } |
| 47 | |
| 48 | [CodeGenModel("CreateChatCompletionFunctionResponse")] |
| 49 | internal partial class InternalCreateChatCompletionFunctionResponse { } |
| 50 | |
| 51 | [CodeGenModel("CreateChatCompletionFunctionResponseChoice")] |
| 52 | internal partial class InternalCreateChatCompletionFunctionResponseChoice { } |
| 53 | |
| 54 | [CodeGenModel("CreateChatCompletionFunctionResponseChoiceFinishReason")] |
| 55 | internal readonly partial struct InternalCreateChatCompletionFunctionResponseChoiceFinishReason { } |
| 56 | |
| 57 | [CodeGenModel("CreateChatCompletionFunctionResponseObject")] |
| 58 | internal readonly partial struct InternalCreateChatCompletionFunctionResponseObject { } |
| 59 | |
| 60 | [CodeGenModel("ChatCompletionRequestMessageContentPartRefusal")] |
| 61 | internal partial class InternalChatCompletionRequestMessageContentPartRefusal { } |
| 62 | |
| 63 | [CodeGenModel("ChatCompletionRequestMessageContentPartRefusalType")] |
| 64 | internal readonly partial struct InternalChatCompletionRequestMessageContentPartRefusalType { } |
| 65 | |
| 66 | [CodeGenModel("CreateChatCompletionRequestModel")] |
| 67 | internal readonly partial struct InternalCreateChatCompletionRequestModel { } |
| 68 | |
| 69 | [CodeGenModel("CreateChatCompletionRequestServiceTier")] |
| 70 | internal readonly partial struct InternalCreateChatCompletionRequestServiceTier { } |
| 71 | |
| 72 | [CodeGenModel("CreateChatCompletionRequestToolChoice")] |
| 73 | internal readonly partial struct InternalCreateChatCompletionRequestToolChoice { } |
| 74 | |
| 75 | [CodeGenModel("CreateChatCompletionResponseChoice")] |
| 76 | internal partial class InternalCreateChatCompletionResponseChoice { } |
| 77 | |
| 78 | [CodeGenModel("CreateChatCompletionResponseChoiceLogprobs")] |
| 79 | internal partial class InternalCreateChatCompletionResponseChoiceLogprobs { } |
| 80 | |
| 81 | [CodeGenModel("CreateChatCompletionResponseObject")] |
| 82 | internal readonly partial struct InternalCreateChatCompletionResponseObject { } |
| 83 | |
| 84 | [CodeGenModel("CreateChatCompletionResponseServiceTier")] |
| 85 | internal readonly partial struct InternalCreateChatCompletionResponseServiceTier { } |
| 86 | |
| 87 | [CodeGenModel("CreateChatCompletionStreamResponseChoice")] |
| 88 | internal partial class InternalCreateChatCompletionStreamResponseChoice { } |
| 89 | |
| 90 | [CodeGenModel("CreateChatCompletionStreamResponseChoiceFinishReason")] |
| 91 | internal readonly partial struct InternalCreateChatCompletionStreamResponseChoiceFinishReason { } |
| 92 | |
| 93 | [CodeGenModel("CreateChatCompletionStreamResponseChoiceLogprobs")] |
| 94 | internal partial class InternalCreateChatCompletionStreamResponseChoiceLogprobs { } |
| 95 | |
| 96 | [CodeGenModel("CreateChatCompletionStreamResponseObject")] |
| 97 | internal readonly partial struct InternalCreateChatCompletionStreamResponseObject { } |
| 98 | |
| 99 | [CodeGenModel("CreateChatCompletionStreamResponseServiceTier")] |
| 100 | internal readonly partial struct InternalCreateChatCompletionStreamResponseServiceTier { } |
| 101 | |
| 102 | [CodeGenModel("CreateChatCompletionStreamResponseUsage")] |
| 103 | internal partial class InternalCreateChatCompletionStreamResponseUsage { } |
| 104 | |
| 105 | [CodeGenModel("FunctionParameters")] |
| 106 | internal partial class InternalFunctionParameters { } |