File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1241,7 +1241,7 @@ components:
12411241 - kanon-answer-extractor
12421242 query :
12431243 type : string
1244- maxLength : 5000
1244+ maxLength : 10000000
12451245 minLength : 1
12461246 pattern : \S
12471247 description : ' The query to extract the answer to.
@@ -4124,7 +4124,7 @@ components:
41244124 - kanon-2-reranker
41254125 query :
41264126 type : string
4127- maxLength : 5000
4127+ maxLength : 10000000
41284128 minLength : 1
41294129 pattern : \S
41304130 description : ' The query to evaluate the relevance of the texts to.
@@ -4547,7 +4547,7 @@ components:
45474547 - kanon-universal-classifier
45484548 query :
45494549 type : string
4550- maxLength : 5000
4550+ maxLength : 10000000
45514551 minLength : 1
45524552 pattern : \S
45534553 description : ' The [Isaacus Query Language (IQL)](https://docs.isaacus.com/iql)
You can’t perform that action at this time.
0 commit comments