We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07a95a commit abddc45Copy full SHA for abddc45
langfuse/_client/constants.py
@@ -27,6 +27,7 @@ class ObservationType(str, enum.Enum):
27
EVALUATOR = "EVALUATOR"
28
GUARDRAIL = "GUARDRAIL"
29
30
+
31
ObservationTypeLiteralNoEvent: TypeAlias = Literal[
32
"span",
33
"generation",
0 commit comments