Commit dfc12d59 authored by John Wang's avatar John Wang

Merge branch 'feat/optimize-current-time' into deploy/dev

# Conflicts:
#	api/core/orchestrator_rule_parser.py
parents 83fdac0e 1d34ccb8
...@@ -251,7 +251,7 @@ class OrchestratorRuleParser: ...@@ -251,7 +251,7 @@ class OrchestratorRuleParser:
tool = Tool( tool = Tool(
name="current_datetime", name="current_datetime",
description="A tool when you want to get the current date, time, week, month or year, " description="A tool when you want to get the current date, time, week, month or year, "
"and the time zone is UTC+0000.", "and the time zone is UTC.",
func=helper.get_current_datetime, func=helper.get_current_datetime,
callbacks=[DifyStdOutCallbackHandler()] callbacks=[DifyStdOutCallbackHandler()]
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment