Skip to content

Commit 710ac39

Browse files
committed
docs(api): documented constraint on query length to context windows
1 parent 12e221d commit 710ac39

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

openapi.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,11 @@ components:
624624
the statement, to evaluate the text against.
625625
626626
627-
The query must contain at least one non-whitespace character.'
627+
The query must contain at least one non-whitespace character.
628+
629+
630+
Unlike the text being classified, the query cannot be so long that it
631+
exceeds the maximum input length of the universal classifier.'
628632
examples:
629633
- This is a confidentiality clause.
630634
- '{IS confidentiality clause} AND {IS clause obligating "Supplier"} AND

0 commit comments

Comments
 (0)