feat: add agent tool invoke meta

This commit is contained in:
Yeuoly
2024-03-28 20:04:31 +08:00
parent d7c4032917
commit 85285931e2
11 changed files with 209 additions and 35 deletions

View File

@ -0,0 +1,5 @@
from core.callback_handler.agent_tool_callback_handler import DifyAgentCallbackHandler
class DifyWorkflowCallbackHandler(DifyAgentCallbackHandler):
"""Callback Handler that prints to std out."""