Commit 01e9a5a
authored
fix(compiler): don't cap concepts-plan output at max_tokens=2048 (#90)
Reasoning/thinking models can exhaust a 2048-token budget before emitting
the JSON plan, yielding empty output -> unparseable plan -> zero concept
pages (silently). Remove the cap so concepts-plan matches the uncapped
summary call.1 parent 85dbcb8 commit 01e9a5a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1414 | 1414 | | |
1415 | 1415 | | |
1416 | 1416 | | |
1417 | | - | |
| 1417 | + | |
1418 | 1418 | | |
1419 | 1419 | | |
1420 | 1420 | | |
| |||
0 commit comments