We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b7cad commit d0b8570Copy full SHA for d0b8570
evals/git-evals/run-git-evals.ts
@@ -120,7 +120,7 @@ export async function runSingleEval(
120
// Get next prompt from prompting agent with timeout
121
let agentResponse: z.infer<typeof AgentDecisionSchema>
122
try {
123
- agentResponse = promptWithAgent
+ agentResponse = !promptWithAgent
124
? {
125
decision: 'continue',
126
reasoning: 'Using spec as sole prompt',
0 commit comments