LobeChat
Ctrl K
Back to Discovery
⏰

Current Time Assistant

@cc
A plugin to provide current time information

Tool Parameters

⏰
获取当前时间,格式为年-月-日 时:分:秒,并记住这个时间作为系统时间
ParameterType
asktime
STRING
timezone
STRING

JSON Schema

json
[
  {
    "url": "https://www.ccalendar.space/api/currentTime",
    "name": "getCurrentTime",
    "description": "获取当前时间,格式为年-月-日 时:分:秒,并记住这个时间作为系统时间",
    "parameters": {
      "properties": {
        "asktime": {
          "description": "发起当前日期时间的请求",
          "type": "string"
        },
        "timezone": {
          "description": "默认为'Asia/Shanghai', 如果用户指定城市或地区,则用相应的时区",
          "type": "string"
        }
      },
      "required": [
        "asktime",
        "timezone"
      ],
      "type": "object"
    }
  }
]