ammachado commented on PR #24594: URL: https://github.com/apache/camel/pull/24594#issuecomment-4948526638
Follow-up review fixes in 0db17789f02e: - Removed the hard-coded `llama3.2` model from TUI client initialization so an unset model uses the selected provider default. - Hardened `LlmClient.listModels()` against unexpected JSON shapes: a non-array model field now returns an empty list, matching the method’s best-effort contract. Added a regression test. - Verified endpoint detection did not gain extra health-check requests: the prior `isEndpointReachable(url)` already probed `/api/tags`, `/v1/models`, and the base URL in that order. The current code only adds API-type inference when it was unspecified. _AI-generated by Codex on behalf of ammachado._ -- 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]
