Refactor tool execution pipeline
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
name: get_current_datetime
|
||||
desc: 获取当前系统本地日期时间,返回年月日、星期、时区。用于"现在几点""今天几号""星期几"等问题
|
||||
type: stdio
|
||||
tool: datetime
|
||||
path: /target/release/datetime
|
||||
risk_level: low
|
||||
timeout_secs: 3
|
||||
params: []
|
||||
Reference in New Issue
Block a user