From 90ca14dd85238eb35e0e3f3f3cdba59d8d7d5aa5 Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 19 Feb 2026 15:21:04 +0100 Subject: [PATCH] config(example): increase max_tokens for map-to-vsm (10k) and synthesize (4k) map-to-vsm was consistently truncating at 6000 tokens; synthesize-analysis sometimes truncated at 3000 for chapters with many entities. Co-Authored-By: Claude Sonnet 4.6 --- examples/infospace-with-history/infospace.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/infospace-with-history/infospace.yaml b/examples/infospace-with-history/infospace.yaml index 3f8643c9..75dd6147 100644 --- a/examples/infospace-with-history/infospace.yaml +++ b/examples/infospace-with-history/infospace.yaml @@ -53,7 +53,7 @@ pipeline: template: templates/map-to-vsm.md output_dir: output/mappings output_macro: mappings - max_tokens: 6000 + max_tokens: 10000 macros: mapping_rules: artifacts/guidelines/mapping-rules.md vsm_framework: artifacts/vsm-reference/vsm-framework.md @@ -61,7 +61,7 @@ pipeline: template: templates/synthesize-analysis.md output_dir: output/analyses output_macro: analysis - max_tokens: 3000 + max_tokens: 4000 macros: vsm_framework: artifacts/vsm-reference/vsm-framework.md post_batch: