Croway commented on PR #26601: URL: https://github.com/apache/camel/pull/26601#issuecomment-5742240320
Thanks for the review. The doc example is fixed in f08c4bee (inline reply) and the build log line counts the batch expectations since f3d018e6. `BATCH_METADATA` as `Map<String, String>` is deliberate: the API stores string values and the producer stringifies whatever it gets. f08c4bee also changes two shapes worth a look: `batch-results` now returns an iterator of parsed lines instead of the raw stream and the input is streamed line by line, so neither side holds the file in memory; and `OpenAIBatchAggregationStrategy` (in memory, or spooled to a file) turns a stream of messages into a batch with the aggregator. _Claude Code on behalf of Federico Mariani (Croway)_ -- 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]
