distill: limit:1 to process one neighborhood per prompt
With limit:10, all seeds' neighborhoods got concatenated into one massive prompt (878KB+), exceeding the model's context. One seed at a time keeps prompts well under budget. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
e50d43bbf0
commit
c0e6d5cfb3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{"agent":"distill","query":"all | type:semantic | sort:degree | limit:10","model":"sonnet","schedule":"daily"}
|
||||
{"agent":"distill","query":"all | type:semantic | sort:degree | limit:1","model":"sonnet","schedule":"daily"}
|
||||
|
||||
{{node:core-personality}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue