We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd1c1a commit 9624b29Copy full SHA for 9624b29
evals/git-evals/run-git-evals.ts
@@ -147,7 +147,7 @@ Explain your reasoning in detail.`,
147
console.log('Agent reasoning:', agentResponse.reasoning)
148
149
if (agentResponse.decision === 'continue' && !agentResponse.next_prompt) {
150
- throw new Error('Agent decided to continue but provided no next_prompt')
+ agentResponse.next_prompt = 'continue'
151
}
152
153
// If continuing, run CodeBuff with the agent's prompt
0 commit comments