We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093ebcf commit 8496b03Copy full SHA for 8496b03
tests/accuracy/logs.test.ts
@@ -1,13 +1,4 @@
1
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
-}
11
12
describeAccuracyTests([
13
{
0 commit comments