mcp初步调试

This commit is contained in:
玄凤科技
2025-03-20 08:59:45 +08:00
parent bd556c33a0
commit 8504c181c0
5 changed files with 228 additions and 4 deletions
@@ -6,7 +6,7 @@ get_time_function_desc = {
"function": {
"name": "get_time",
"description": "获取当前时间、日期、星期几",
"parameters": {}
'parameters': {'type': 'object', 'properties': {}, 'required': []}
}
}