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/tspconfig.yaml

15lines · modecode

1emit:
2 - "@open-ai/plugin"
3options:
4 "@typespec/http-client-csharp":
5 emitter-output-dir: "{project-root}/.."
6 unreferenced-types-handling: keepAll
7 disable-xml-docs: true
8 enable-internal-raw-data: true
9 save-inputs: true
10 generate-model-factory: false
11 "@open-ai/plugin":
12 emitter-output-dir: "{project-root}/.."
13 unreferenced-types-handling: keepAll
14 disable-xml-docs: true
15 save-inputs: true
16