Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 670d457

Browse files
authored
feat: add code score type (#74)
1 parent 8da0d45 commit 670d457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/evaluation/score.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Maybe, OmitUtils, Utils } from '../utils';
22

3-
export type ScoreType = 'HUMAN' | 'AI';
3+
export type ScoreType = 'HUMAN' | 'CODE' | 'AI';
44

55
class ScoreFields extends Utils {
66
id?: Maybe<string>;

0 commit comments

Comments
 (0)