RockteMQ-AI commented on issue #1731: URL: https://github.com/apache/rocketmq-dashboard/issues/1731#issuecomment-5252973451
## Issue Evaluation Category: `type/bug` | Status: **Confirmed** The issue is valid. The test connection feature probes the LLM provider endpoint but does not route through the same `LlmEngine` that the selected provider configuration would use at runtime, leading to false-positive connectivity results. **Root Cause:** Test connection bypasses the engine abstraction and probes the provider URL directly. **Impact:** Misleading diagnostics — users may believe their LLM configuration works when it does not. **Severity:** Medium The proposed fix (route test through the selected engine) is correct. A fix PR can be generated. Reply `/approve` to proceed. --- *Automated evaluation by RockteMQ-AI* -- 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]
