btlqql opened a new pull request, #2173:
URL: https://github.com/apache/rocketmq-dashboard/pull/2173

   ## Summary
   
   - fail HTTP configuration tests when the selected provider is unsupported by 
the active gateway
   - return the same structured `llm.config.unsupported_provider` result used 
by runtime requests
   - add a regression test while preserving valid Ollama connection tests
   
   ## Root cause
   
   `testConfig` only called the provider probe when `llmClient.supports()` 
returned true. A false result fell through to `Connection successful` without 
any network request, so Azure and Bedrock configurations could appear usable 
even though the current OpenAI-compatible gateway rejects them.
   
   This is narrower than the earlier provider-visibility work in #809/#810: it 
does not hide or remove provider-specific settings. It only keeps the 
connection-test response consistent with the runtime gateway.
   
   Closes #2172.
   
   ## Validation
   
   - `mvn -Dtest=LlmConfigServiceTest test` (27 tests passed)
   - Maven Checkstyle validation (0 violations)
   - `git diff --check`
   - both changed paths checked against all open PRs targeting 
`rocketmq-studio` (no matches)


-- 
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]

Reply via email to