mirror of
https://github.com/langgenius/dify.git
synced 2026-03-25 08:18:02 +08:00
feat: add agent tool invoke meta
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
from core.callback_handler.agent_tool_callback_handler import DifyAgentCallbackHandler
|
||||
|
||||
|
||||
class DifyWorkflowCallbackHandler(DifyAgentCallbackHandler):
|
||||
"""Callback Handler that prints to std out."""
|
||||
Reference in New Issue
Block a user