We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f84521 commit 5c35026Copy full SHA for 5c35026
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "web-codegen-scorer",
3
- "version": "0.0.63",
+ "version": "0.0.64",
4
"scripts": {
5
"build-runner": "tsc",
6
"release-build": "tsx ./scripts/release-build.ts",
runner/orchestration/executors/local-executor.ts
@@ -41,7 +41,7 @@ export class LocalExecutor implements Executor {
41
this.llm = getRunnerByName(runnerName);
42
}
43
44
- async initializeEval(): Promise<EvalID> {
+ async initializeEval(_prompt: RootPromptDefinition): Promise<EvalID> {
45
return `${uniqueIDs++}` as EvalID;
46
47
0 commit comments