Start your AI Chat .NET App
Run the example:
./gradlew runAdd just the ChatCompletion and its dependent DTOs:
npx get-dtos kotlin http://localhost:5000 --include "ChatCompletion.*" -qs "Package=org.example"Alternatively, add all DTOs:
npx get-dtos kotlin http://localhost:5000 -qs "Package=org.example"Update DTOs:
npx get-dtos kotlin