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 <noreply@anthropic.com>
This commit is contained in:
@@ -53,7 +53,7 @@ pipeline:
|
|||||||
template: templates/map-to-vsm.md
|
template: templates/map-to-vsm.md
|
||||||
output_dir: output/mappings
|
output_dir: output/mappings
|
||||||
output_macro: mappings
|
output_macro: mappings
|
||||||
max_tokens: 6000
|
max_tokens: 10000
|
||||||
macros:
|
macros:
|
||||||
mapping_rules: artifacts/guidelines/mapping-rules.md
|
mapping_rules: artifacts/guidelines/mapping-rules.md
|
||||||
vsm_framework: artifacts/vsm-reference/vsm-framework.md
|
vsm_framework: artifacts/vsm-reference/vsm-framework.md
|
||||||
@@ -61,7 +61,7 @@ pipeline:
|
|||||||
template: templates/synthesize-analysis.md
|
template: templates/synthesize-analysis.md
|
||||||
output_dir: output/analyses
|
output_dir: output/analyses
|
||||||
output_macro: analysis
|
output_macro: analysis
|
||||||
max_tokens: 3000
|
max_tokens: 4000
|
||||||
macros:
|
macros:
|
||||||
vsm_framework: artifacts/vsm-reference/vsm-framework.md
|
vsm_framework: artifacts/vsm-reference/vsm-framework.md
|
||||||
post_batch:
|
post_batch:
|
||||||
|
|||||||
Reference in New Issue
Block a user