We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 121222b commit 9c511d0Copy full SHA for 9c511d0
1 file changed
openapi.yaml
@@ -872,8 +872,12 @@ paths:
872
type: https://docs.isaacus.com/api-reference/errors#400-validation-error
873
title: Enrichment input too large error
874
status: 400
875
- detail: The input to the enrichment model exceeds the maximum
876
- allowed size.
+ detail: The input to the enrichment model exceeds its maximum
+ local context window. We will soon be adding a `chunk` option
877
+ to the `overflow_strategy` parameter allowing a near-infinite
878
+ global context window through intelligent chunking and stitching.
879
+ In the meantime, you can use the `drop_end` overflow strategy
880
+ to drop excess tokens from the end of the input.
881
instance: null
882
'401':
883
description: The API key you provided does not exist, is expired or revoked,
0 commit comments