This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 1853a7d2358 Regen 1853a7d2358 is described below commit 1853a7d23582b89cbe70639c18b211a81415ebd5 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Aug 9 11:46:45 2024 +0200 Regen --- .../org/apache/camel/catalog/schemas/camel-spring.xsd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd index 941f6bdce50..c5cac9d9a5f 100644 --- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd +++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/schemas/camel-spring.xsd @@ -17283,29 +17283,29 @@ Sets the component name that this definition will apply to. <xs:complexContent> <xs:extension base="tns:tokenizerDefinition"> <xs:sequence/> - <xs:attribute name="tokenizerType" type="xs:string" use="required"> + <xs:attribute name="maxTokens" type="xs:string" use="required"> <xs:annotation> <xs:documentation xml:lang="en"> <![CDATA[ -Sets the tokenizer type. +Sets the maximum number of tokens on each segment. Default value: 1024 ]]> </xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="maxTokens" type="xs:string" use="required"> + <xs:attribute name="maxOverlap" type="xs:string" use="required"> <xs:annotation> <xs:documentation xml:lang="en"> <![CDATA[ -Sets the maximum number of tokens on each segment. +Sets the maximum number of tokens that can overlap in each segment. Default value: 0 ]]> </xs:documentation> </xs:annotation> </xs:attribute> - <xs:attribute name="maxOverlap" type="xs:string" use="required"> + <xs:attribute name="tokenizerType" type="xs:string" use="required"> <xs:annotation> <xs:documentation xml:lang="en"> <![CDATA[ -Sets the maximum number of tokens that can overlap in each segment. +Sets the tokenizer type. Default value: OPEN_AI ]]> </xs:documentation> </xs:annotation>