We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8550a7 commit d0fa566Copy full SHA for d0fa566
langfuse/langchain/CallbackHandler.py
@@ -78,6 +78,7 @@ def __init__(
78
update_trace: Whether to update the Langfuse trace with the chains input / output / metadata / name. Defaults to False.
79
"""
80
self.client = get_client(public_key=public_key)
81
+ self.run_inline = True
82
83
self.runs: Dict[
84
UUID,
0 commit comments