[Bug] Agent loop stops when reasoning token budget exhausted #1447
CodeReclaimers
started this conversation in
Bug reports
Replies: 1 comment
|
same thing happens to me |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Affected area
Agent core
What happened?
When using models that tend to reason for a long time (like deepseek-v4-flash), it looks like they hit the max token budget and just stop, so that I have to prompt it to continue whatever it was thinking about. I can bump maxTokens to work around this, but it seems like just stopping when hitting the reasoning token budget is something that ought to be fixed.
Steps to reproduce
Expected behavior
I expected the reasoning to be cut off and the model forced to respond.
Prime Agent version
0.7.2
Environment
Linux
Additional context
No response
All reactions