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/models/batch.models.tsp

16lines · modecode

1import "../../base/typespec/batch/main.tsp";
2import "./common.models.tsp";
3import "@azure-tools/typespec-client-generator-core";
4
5using Azure.ClientGenerator.Core;
6
7namespace OpenAI;
8
9@access(Access.public)
10@usage(Usage.input)
11model BatchCollectionOptions {
12 ...DotNetCollectionAfterQueryParameter,
13 ...DotNetCollectionLimitQueryParameter,
14}
15
16
17