联系人技能
示例
搜索联系人:
json
{
"name": "contacts",
"parameters": {
"action": "search",
"name": "张三"
}
}
添加联系人:
json
{
"name": "contacts",
"parameters": {
"action": "add",
"name": "李四",
"phone": "+8613800138000",
"email": "lisi@example.com"
}
}