atiaomar1978-hub commented on PR #24902:
URL: https://github.com/apache/camel/pull/24902#issuecomment-5026038905
@gnodet
Good catch — this was valid at the time of `e3193e93a7ab` ("Address agentic
token budget review feedback"), which updated the component-level `openai.json`
but not the catalog copy.
That gap is closed in `c40eb0559289` (merge of `main` into
`CAMEL-23393-agentic-token-budget`), which regenerated the catalog metadata. I
verified that:
-
`components/camel-ai/camel-openai/src/generated/resources/META-INF/org/apache/camel/component/openai/openai.json`
-
`catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/openai.json`
are now identical, including:
- `Integer` → `Long` for per-call token headers
- the updated `maxAgenticTokens` description
- the agentic cumulative token headers
CI sourcecheck should pass on this — no further regeneration needed on the
branch.
--
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]