Merge branch 'main' of https://gitea.functen.cn/shihao/WechatHookBot
This commit is contained in:
@@ -1527,7 +1527,7 @@ class SignInPlugin(PluginBase):
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "user_signin",
|
||||
"description": "用户签到,获取积分奖励",
|
||||
"description": "仅当用户明确要求“签到/签个到/打卡”时调用;不要在闲聊中触发。",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {},
|
||||
@@ -1539,7 +1539,7 @@ class SignInPlugin(PluginBase):
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "check_profile",
|
||||
"description": "查看用户个人信息,包括积分、连续签到天数等",
|
||||
"description": "仅当用户明确要求“个人信息/我的信息/积分/连续签到”时调用;不要在闲聊中触发。",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {},
|
||||
@@ -1551,7 +1551,7 @@ class SignInPlugin(PluginBase):
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "register_city",
|
||||
"description": "注册或更新用户城市信息",
|
||||
"description": "仅当用户明确要求“注册城市/设置城市/修改默认城市”时调用;不要只凭城市名触发。",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user