Skip to content

Commit a0ce171

Browse files
committed
push
1 parent 9f4cafe commit a0ce171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langfuse/langchain/CallbackHandler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ def __on_llm_action(
763763
"prompt": registered_prompt,
764764
}
765765

766-
generation = self.client.start_observation(as_type="generation", **content)
766+
generation = self.client.start_observation(as_type="generation", **content) # type: ignore
767767
self._attach_observation(run_id, generation)
768768

769769
self.last_trace_id = self.runs[run_id].trace_id

0 commit comments

Comments
 (0)