Skip to content

Commit 4ea026d

Browse files
docs(api): update example overflow strategy for enrichment
1 parent 01276b0 commit 4ea026d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 5
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-c2fccbd5de79f8d02aedb89c4674a7a21988dbb965671d3142196d1f4e98d46e.yml
3-
openapi_spec_hash: 34ca779f9d68f45b3a0f3be3889994fb
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/isaacus%2Fisaacus-854d1a74fd0240b79b6a7902200adf22b85d5cb67710abe7c0177b4f8801157f.yml
3+
openapi_spec_hash: 9a141dbe42dfb83a674e69441888776f
44
config_hash: 9040e7359f066240ad536041fb2c5185

tests/api-resources/enrichments.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('resource enrichments', () => {
2828
const response = await client.enrichments.create({
2929
model: 'kanon-2-enricher',
3030
texts: ['1.5 You (the "User") agree to be bound by these Terms.'],
31-
overflow_strategy: null,
31+
overflow_strategy: 'auto',
3232
});
3333
});
3434
});

0 commit comments

Comments
 (0)