From 679f482e49796039ee935101864fc9fba8960072 Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 19 Feb 2026 18:48:33 +0100 Subject: [PATCH] config(example): increase extract-entities max_tokens to 8000 Chapters with many pre-existing entities were still truncating at 6000 tokens because the LLM needs space to output the full list of candidates even when most are skipped. Co-Authored-By: Claude Sonnet 4.6 --- examples/infospace-with-history/infospace.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/infospace-with-history/infospace.yaml b/examples/infospace-with-history/infospace.yaml index 75dd6147..1999b0c1 100644 --- a/examples/infospace-with-history/infospace.yaml +++ b/examples/infospace-with-history/infospace.yaml @@ -45,7 +45,7 @@ pipeline: output_dir: output/entities output_macro: entities split_entities: true - max_tokens: 6000 + max_tokens: 8000 macros: extraction_rules: artifacts/guidelines/extraction-rules.md vsm_framework: artifacts/vsm-reference/vsm-framework.md