Skip to content

Commit 8496b03

Browse files
chore: remove unused func
1 parent 093ebcf commit 8496b03

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/accuracy/logs.test.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
11
import { describeAccuracyTests } from "./sdk/describeAccuracyTests.js";
2-
import { AccuracyTestConfig } from "./sdk/describeAccuracyTests.js";
3-
import { ExpectedToolCall } from "./sdk/accuracyResultStorage/resultStorage.js";
4-
5-
function callsLogsTool(prompt: string, toolCall: ExpectedToolCall): AccuracyTestConfig {
6-
return {
7-
prompt: prompt,
8-
expectedToolCalls: [toolCall],
9-
};
10-
}
112

123
describeAccuracyTests([
134
{

0 commit comments

Comments
 (0)