mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix: crash
This commit is contained in:
@ -75,7 +75,6 @@ def build_agent_output_tools(
|
||||
raw_tool.entity.parameters = [data_parameter]
|
||||
|
||||
def invoke_tool(
|
||||
self,
|
||||
user_id: str,
|
||||
tool_parameters: dict[str, Any],
|
||||
conversation_id: str | None = None,
|
||||
@ -95,7 +94,6 @@ def build_agent_output_tools(
|
||||
raw_tool = get_tool_runtime(FINAL_STRUCTURED_OUTPUT_TOOL)
|
||||
|
||||
def invoke_tool(
|
||||
self,
|
||||
user_id: str,
|
||||
tool_parameters: dict[str, Any],
|
||||
conversation_id: str | None = None,
|
||||
|
||||
Reference in New Issue
Block a user