Commit 1d34ccb8 authored by John Wang's avatar John Wang

feat: optimize timezone

parent f33759a4
......@@ -251,7 +251,7 @@ class OrchestratorRuleParser:
tool = Tool(
name="current_datetime",
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,
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