We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4cafe commit a0ce171Copy full SHA for a0ce171
1 file changed
langfuse/langchain/CallbackHandler.py
@@ -763,7 +763,7 @@ def __on_llm_action(
763
"prompt": registered_prompt,
764
}
765
766
- generation = self.client.start_observation(as_type="generation", **content)
+ generation = self.client.start_observation(as_type="generation", **content) # type: ignore
767
self._attach_observation(run_id, generation)
768
769
self.last_trace_id = self.runs[run_id].trace_id
0 commit comments