Skip to content

Commit

Permalink
feat: add code score type
Browse files Browse the repository at this point in the history
  • Loading branch information
desaxce committed Oct 25, 2024
1 parent ffdaeaa commit 517621c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion literalai/observability/step.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
StepType = Union[TrueStepType, MessageStepType]


ScoreType = Literal["HUMAN", "AI"]
ScoreType = Literal["HUMAN", "CODE", "AI"]


class ScoreDict(TypedDict, total=False):
Expand Down

0 comments on commit 517621c

Please sign in to comment.