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 885286f commit d785d25Copy full SHA for d785d25
kai-evaluator/core.ts
@@ -3,7 +3,7 @@ import { EvaluationResult } from './model/evaluation-result.model';
3
import { evaluateFile } from './agents/evaluation.agent';
4
import { FileEvaluationInput } from './model/evaluation-input.model';
5
import path from 'path';
6
-import { downloadObject, uploadObject } from './utils/s3';
+import { downloadObject, uploadObject } from './utils/s3.utils';
7
8
export async function runEvaluation(
9
fileInputPath: string,
0 commit comments