Skip to content

Commit 40bdeb4

Browse files
committed
fix: run-again
1 parent 5a16f53 commit 40bdeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/run-evaluation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ const toolsMatch = asEvaluator({
148148
const actual = [...actualArr].sort();
149149
const matches = JSON.stringify(expectedTools) === JSON.stringify(actual);
150150
log.debug(
151-
`-----------------------\n`
151+
`----------------------\n`
152152
+ `Query: ${String(output?.input?.question ?? '')}\n`
153153
+ `LLM response: ${JSON.stringify(output?.metadata?.content ?? '')}\n`
154154
+ `Match: ${matches}, expected tools: ${JSON.stringify(expectedTools)}, actual tools: ${JSON.stringify(actual)}`,

0 commit comments

Comments
 (0)