VB.NET Client Example for OpenAI Chat Completions API Run the example: dotnet run Add just the ChatCompletion and its dependent DTOs: npx get-dtos vb https://localhost:5001 --include "ChatCompletion.*" Alternatively, add all DTOs: npx get-dtos vb https://localhost:5001 Update DTOs: npx get-dtos vb