davsclaus commented on code in PR #23614: URL: https://github.com/apache/camel/pull/23614#discussion_r3329248815
########## components/camel-ai/camel-openai/src/main/docs/openai-component.adoc: ########## @@ -492,6 +492,135 @@ String-valued fields are set directly. Non-string fields (numbers, booleans, obj NOTE: This maps fields from the response message's additional properties (fields not part of the standard schema). Standard response fields like `content`, `role`, and `tool_calls` are not accessible through this option. +== OpenAI-Compatible Providers + +Because the component speaks the OpenAI API, you do not need a separate component to use third-party Review Comment: This new section overlaps with the existing `== Compatibility` section further down (currently at line 495 on `main`), which lists the same providers. It also overlaps with `=== Using Third-Party or Local OpenAI-Compatible Endpoint` (line 259 on `main`) which has a near-identical LM Studio example. Now that this comprehensive section exists, consider: - Removing the brief `=== Using Third-Party or Local OpenAI-Compatible Endpoint` section (line 259) since it's now a subset of this content - Trimming the `== Compatibility` section to avoid repeating the provider list, or merging it into this section -- 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]
