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

Commit ef9b05d

Browse files
authored
feat: add code score type (#137)
1 parent de701d1 commit ef9b05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

literalai/observability/step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
StepType = Union[TrueStepType, MessageStepType]
4141

4242

43-
ScoreType = Literal["HUMAN", "AI"]
43+
ScoreType = Literal["HUMAN", "CODE", "AI"]
4444

4545

4646
class ScoreDict(TypedDict, total=False):

0 commit comments

Comments
 (0)