yyqdbngt opened a new pull request, #2053: URL: https://github.com/apache/rocketmq-dashboard/pull/2053
## What is the purpose of the change Fix #2033. Studio exposes Azure OpenAI as an LLM provider, and the backend contract contains deploymentName and apiVersion. However, the LLM settings page neither rendered those fields nor included them in save/test payloads, so Azure could not be configured through the UI (the backend rejects Azure configurations without a deployment name). ## Brief changelog - LlmSettings: render Deployment Name and API Version fields when the provider is azure - load existing values back into the form and include them in save/test payloads ## How was this patch verified - npx vitest run src/api/llm.test.ts src/pages/studio/__tests__/LlmSettingsPage.test.tsx (11 passed) - npx tsc -b clean - npx eslint . clean -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
