File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -542,9 +542,6 @@ def _process_media_in_attribute(
542542
543543 return data
544544
545- # Add observation type tracking and unified update method
546- _observation_type : ObservationTypeLiteral
547-
548545 def update (
549546 self ,
550547 * ,
@@ -685,8 +682,8 @@ def __init__(
685682 status_message: Optional status message for the span
686683 """
687684 super ().__init__ (
688- as_type = "span" ,
689685 otel_span = otel_span ,
686+ as_type = "span" ,
690687 langfuse_client = langfuse_client ,
691688 input = input ,
692689 output = output ,
@@ -1044,7 +1041,6 @@ def create_event(
10441041 ).end (end_time = timestamp ),
10451042 )
10461043
1047- # Generic child creation methods with overloads for type safety
10481044 @overload
10491045 def start_observation (
10501046 self ,
You can’t perform that action at this time.
0 commit comments