atiaomar1978-hub commented on PR #25507: URL: https://github.com/apache/camel/pull/25507#issuecomment-5303203301
_AI-generated on behalf of atiaomar1978-hub_ ## davsclaus review addressed (commit `e712116`) All three inline review comments are fixed and pushed: 1. **Property prefix** — Renamed to `camel.aiObservability.enabled` (with `camel.ai-observability.enabled` alias). Catalog/metadata, docs, upgrade guide, and Main auto-configuration updated. 2. **Structured output token headers** — Restored `populateTokenUsage()` after `callWithObservability()` in `processStructuredOutputRequest`. 3. **FQCN** — Added `ResponseEntity` import and removed the fully qualified type name. **Bugbot follow-up** (same commit): - `hasAiObservabilityConfiguration()` now gates local-property sync so `configure().ai()` alone does not override observability from lower-precedence property sources. - `GenAiObservability.isEnabled` resolves both `camel.aiObservability.enabled` and `camel.ai-observability.enabled`. **Tests** (local, green): `GenAiModelResolverTest`, `SpringAiChatObservabilityTest`, `AiObservabilityConfigurationPropertiesTest`, `GenAiObservabilityTest`, `GenAiObservabilitySpanTest` Ready for re-review when CI is green. -- 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]
