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 00ca260 commit f1e9256Copy full SHA for f1e9256
evals/run-evaluation.ts
@@ -3,7 +3,6 @@
3
* Main evaluation script for MCP tool calling (TypeScript version).
4
*/
5
6
-import Anthropic from '@anthropic-ai/sdk';
7
import { createClient } from '@arizeai/phoenix-client';
8
// eslint-disable-next-line import/extensions
9
import { getDatasetInfo } from '@arizeai/phoenix-client/datasets';
@@ -15,8 +14,6 @@ import dotenv from 'dotenv';
15
14
import OpenAI from 'openai';
16
import { createOpenAI } from '@ai-sdk/openai';
17
18
-
19
20
import log from '@apify/log';
21
22
import { ApifyClient } from '../src/apify-client.js';
tsconfig.json
@@ -6,8 +6,5 @@
},
"include": [
"src/**/*"
- ],
10
- "exclude": [
11
- "evals/**/*"
12
]
13
}
0 commit comments