openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
achandmsft-patch-1

Branches

Tags

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

Clone

HTTPS

Download ZIP

src/Custom/Common/Internal/InternalResponseFormatJsonSchemaJsonSchema.cs

10lines · modecode

1using System;
2
3namespace OpenAI.Internal;
4
5[CodeGenType("ResponseFormatJsonSchemaJsonSchema")]
6internal partial class InternalResponseFormatJsonSchemaJsonSchema
7{
8 [CodeGenMember("Schema")]
9 public BinaryData Schema { get; set; }
10}