openai/openai-dotnet
Publicmirrored from https://github.com/openai/openai-dotnetAvailable
api/README.md
11lines · modecode
| 1 | # API Listings |
| 2 | |
| 3 | The `.cs` files in this directory are **auto-generated** and must not be modified manually. |
| 4 | |
| 5 | To regenerate them, run: |
| 6 | |
| 7 | ```powershell |
| 8 | ./scripts/Export-Api.ps1 |
| 9 | ``` |
| 10 | |
| 11 | The most common reason to regenerate these files is a change to the public API surface (adding, removing, or renaming public types or members). In that case, modify the relevant source files first and then re-run the script above. |