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:
parent
098b781f92
commit
90ca14dd85
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue