Run the example (requires Bun):
./main.ts
Add just the ChatCompletion
and its dependent DTOs:
npx get-dtos typescript https://localhost:5001 --include "ChatCompletion.*"
Alternatively, add all DTOs:
npx get-dtos typescript https://localhost:5001
Update DTOs:
npx get-dtos typescript