openai/openai-dotnet

Public

mirrored from https://github.com/openai/openai-dotnetAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
OpenAI_2.0.0-beta.12

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

src/Custom/Chat/Internal/InternalChatResponseFormatJsonSchema.cs

11lines · modecode

1using System.ClientModel.Primitives;
2using System.Data;
3using System.Text.Json;
4using System;
5
6namespace OpenAI.Chat;
7
8[CodeGenModel("ChatResponseFormatJsonSchema")]
9internal partial class InternalChatResponseFormatJsonSchema
10{
11}