修复gettime插件导致chatglm卡住问题

This commit is contained in:
玄凤科技
2025-03-20 09:09:47 +08:00
parent 8a005ffb00
commit a25b7b9b3f
@@ -6,7 +6,7 @@ get_time_function_desc = {
"function": {
"name": "get_time",
"description": "获取当前时间、日期、星期几",
"parameters": {}
'parameters': {'type': 'object', 'properties': {}, 'required': []}
}
}