openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/sub-pr-1011

Branches

Tags

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

Clone

HTTPS

Download ZIP

specification/client/batch.client.tsp

14lines · modecode

1import "../base/typespec/batch/main.tsp";
2import "@azure-tools/typespec-client-generator-core";
3
4using OpenAI;
5using Azure.ClientGenerator.Core;
6
7@@access(BatchRequestInput, Access.public);
8@@usage(BatchRequestInput, Usage.input);
9
10@@access(BatchRequestOutput, Access.public);
11@@usage(BatchRequestOutput, Usage.output);
12
13@@clientName(Batches.listBatches, "GetBatches");
14@@clientName(Batches.retrieveBatch, "GetBatch");
15