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/Generated/ChatClient.cs

20lines · modecode

1// <auto-generated/>
2
3#nullable disable
4
5using System;
6using System.ClientModel.Primitives;
7
8namespace OpenAI.Chat
9{
10 public partial class ChatClient
11 {
12 private readonly Uri _endpoint;
13
14 protected ChatClient()
15 {
16 }
17
18 public ClientPipeline Pipeline { get; }
19 }
20}
21