openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
OpenAI/src/Custom/Conversations/Internal/InternalConversationItemCollectionOrder.cs
11lines · modecode
| 1 | using Microsoft.TypeSpec.Generator.Customizations; |
| 2 | |
| 3 | namespace OpenAI.Conversations; |
| 4 | |
| 5 | // CUSTOM: |
| 6 | // - Renamed. |
| 7 | // - Made internal until we support the convenience methods. |
| 8 | [CodeGenType("ConversationItemCollectionOrder")] |
| 9 | internal readonly partial struct InternalConversationItemCollectionOrder |
| 10 | { |
| 11 | } |