openai/openai-dotnet

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/modify-responsesclient-default-model

Branches

Tags

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

Clone

HTTPS

Download ZIP

specification/base/entrypoints/sdk.dotnet/main.tsp

5lines · modecode

1// Import order matters. Somehow, importing the server decorated namespace afterwards,
2// will cause the the `description` field to be missing in the generated OpenAPI spec.
3import "./specialized-types.tsp";
4import "../../typespec/servers/rest.tsp";
5import "../../typespec";
6