Commit a8ac0d0b authored by John Wang's avatar John Wang

feat: add desc of current_datetime_tool result

parent 01b9ccd1
......@@ -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.",
"and the time zone is UTC. Result is \"<date> <time> <timezone> <week>\".",
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