We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c524c commit 0d403e9Copy full SHA for 0d403e9
1 file changed
langfuse/langchain/CallbackHandler.py
@@ -458,7 +458,6 @@ def on_tool_start(
458
input=input_str,
459
metadata=meta,
460
level="DEBUG" if tags and LANGSMITH_TAG_HIDDEN in tags else None,
461
- as_type="tool",
462
)
463
464
except Exception as e:
0 commit comments