openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
specification/tspconfig.yaml
15lines · modecode
| 1 | emit: |
| 2 | - "@open-ai/plugin" |
| 3 | options: |
| 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 | |