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 0e752f9 commit 0f8f6f9Copy full SHA for 0f8f6f9
runner/ratings/autoraters/rate-files.ts
@@ -29,7 +29,7 @@ export async function autoRateFiles(
29
files: LlmResponseFile[],
30
appPrompt: string,
31
screenshotPngUrl: string | null,
32
- ratingsResult: RatingsResult,
+ ratingsResult: RatingsResult
33
): Promise<AutoraterRunInfo> {
34
console.log(`Autorater is using '${model}' model. \n`);
35
@@ -42,7 +42,7 @@ export async function autoRateFiles(
42
environment,
43
files,
44
appPrompt,
45
- ratingsResult,
+ ratingsResult
46
);
47
console.log(`${greenCheckmark()} Code scoring is successful.`);
48
0 commit comments