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/BatchClient.cs

20lines · modepreview

// <auto-generated/>

#nullable disable

using System;
using System.ClientModel.Primitives;

namespace OpenAI.Batch
{
    public partial class BatchClient
    {
        private readonly Uri _endpoint;

        protected BatchClient()
        {
        }

        public ClientPipeline Pipeline { get; }
    }
}