We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0267755 commit 5aba0baCopy full SHA for 5aba0ba
1 file changed
langfuse/_client/span.py
@@ -542,9 +542,6 @@ def _process_media_in_attribute(
542
543
return data
544
545
- # Add observation type tracking and unified update method
546
- _observation_type: ObservationTypeLiteral
547
-
548
def update(
549
self,
550
*,
@@ -685,8 +682,8 @@ def __init__(
685
682
status_message: Optional status message for the span
686
683
"""
687
684
super().__init__(
688
- as_type="span",
689
otel_span=otel_span,
+ as_type="span",
690
langfuse_client=langfuse_client,
691
input=input,
692
output=output,
@@ -1044,7 +1041,6 @@ def create_event(
1044
1041
).end(end_time=timestamp),
1045
1042
)
1046
1043
1047
- # Generic child creation methods with overloads for type safety
1048
@overload
1049
def start_observation(
1050
0 commit comments