Skip to content

Commit e7c4d03

Browse files
committed
feat(api): change char limits on queries
1 parent 59ad7bf commit e7c4d03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)