openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
src/Generated/Models/AssistantResponseFormat.cs
17lines · modecode
| 1 | // <auto-generated/> |
| 2 | |
| 3 | #nullable disable |
| 4 | |
| 5 | using System; |
| 6 | using System.Collections.Generic; |
| 7 | |
| 8 | namespace OpenAI.Assistants |
| 9 | { |
| 10 | public partial class AssistantResponseFormat |
| 11 | { |
| 12 | internal AssistantResponseFormat(IDictionary<string, BinaryData> serializedAdditionalRawData) |
| 13 | { |
| 14 | _serializedAdditionalRawData = serializedAdditionalRawData; |
| 15 | } |
| 16 | } |
| 17 | } |
| 18 | |