Skip to content

Commit d0b8570

Browse files
committed
Fix promptWithAgent bug
1 parent 62b7cad commit d0b8570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/git-evals/run-git-evals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export async function runSingleEval(
120120
// Get next prompt from prompting agent with timeout
121121
let agentResponse: z.infer<typeof AgentDecisionSchema>
122122
try {
123-
agentResponse = promptWithAgent
123+
agentResponse = !promptWithAgent
124124
? {
125125
decision: 'continue',
126126
reasoning: 'Using spec as sole prompt',

0 commit comments

Comments
 (0)