Skip to content

Commit 5c35026

Browse files
committed
build: release 0.0.64
1 parent 9f84521 commit 5c35026

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-codegen-scorer",
3-
"version": "0.0.63",
3+
"version": "0.0.64",
44
"scripts": {
55
"build-runner": "tsc",
66
"release-build": "tsx ./scripts/release-build.ts",

runner/orchestration/executors/local-executor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class LocalExecutor implements Executor {
4141
this.llm = getRunnerByName(runnerName);
4242
}
4343

44-
async initializeEval(): Promise<EvalID> {
44+
async initializeEval(_prompt: RootPromptDefinition): Promise<EvalID> {
4545
return `${uniqueIDs++}` as EvalID;
4646
}
4747

0 commit comments

Comments
 (0)