From d1a2da62ad78ed2ea7a8f4440e65ab0698deee1f Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 04:21:07 +0000 Subject: [PATCH] feat(api): added latest OpenAPI specification --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 664f0af..001ecb2 100644 --- a/README.md +++ b/README.md @@ -99,11 +99,11 @@ universal_classification = client.classifications.universal.create( text="I agree not to tell anyone about the document.", chunking_options={ "overlap_ratio": 0.1, - "overlap_tokens": 0, + "overlap_tokens": None, "size": 512, }, ) -print(universal_classification.chunking_options) +print(universal_classification.chunks) ``` ## Handling errors