yyqdbngt opened a new pull request, #3422: URL: https://github.com/apache/rocketmq-dashboard/pull/3422
### Summary `AgentProviderRegistry` resolves a normalized engine string to a CLI agent provider and fails with a guided `LlmGatewayException` when it is unknown. Only the Turkish-locale normalization path had a test. ### Changes - An unsupported engine yields a `400` `llm.config.unsupported_engine` error whose hint lists the supported engines - `null` and blank engines are rejected the same way - Registering two providers for the same engine fails fast at construction with the duplicate key ### Testing `mvn test -Dtest=AgentProviderRegistryTest` passes: 4 tests, 0 failures (up from 1). -- 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]
