Datasets:
File size: 37,715 Bytes
a297026 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 | [
{
"type": "function",
"function": {
"name": "search_contacts",
"description": "在通讯录中搜索联系人记录。",
"parameters": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "搜索内容。"
},
"field": {
"type": "string",
"description": "指定搜索的字段名。可选字段:'姓名'、'电话号码'、'公司'、'电子邮件'、'住址'、'生日'、'身份证号'、'与本人关系'、'备注'。不指定则搜索所有字段。"
},
"mode": {
"type": "string",
"description": "匹配模式。fixed:子串包含匹配(默认);regex:正则表达式匹配;fuzzy:模糊相似度匹配。",
"enum": [
"fixed",
"regex",
"fuzzy"
]
},
"ignore_case": {
"type": "boolean",
"description": "是否忽略大小写,默认为true。"
},
"page": {
"type": "integer",
"description": "返回第几页结果,每页最多5条。默认为1。"
}
},
"required": [
"pattern"
]
}
}
},
{
"type": "function",
"function": {
"name": "search_voicemail",
"description": "在语音留言中搜索记录。",
"parameters": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "搜索内容。"
},
"field": {
"type": "string",
"description": "指定搜索的字段名。可选字段:'来电姓名'、'来电号码'、'日期'、'时间'、'留言内容'。不指定则搜索所有字段。"
},
"mode": {
"type": "string",
"description": "匹配模式。fixed:子串包含匹配(默认);regex:正则表达式匹配;fuzzy:模糊相似度匹配。",
"enum": [
"fixed",
"regex",
"fuzzy"
]
},
"ignore_case": {
"type": "boolean",
"description": "是否忽略大小写,默认为true。"
},
"page": {
"type": "integer",
"description": "返回第几页结果,每页最多5条。默认为1。"
}
},
"required": [
"pattern"
]
}
}
},
{
"type": "function",
"function": {
"name": "search_sms",
"description": "在短信中搜索记录。",
"parameters": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "搜索内容。"
},
"field": {
"type": "string",
"description": "指定搜索的字段名。可选字段:'发件人姓名'、'发件人电话号码'、'收件人姓名'、'收件人电话号码'、'日期'、'时间'、'正文'、'附件'、'状态'。不指定则搜索所有字段。"
},
"mode": {
"type": "string",
"description": "匹配模式。fixed:子串包含匹配(默认);regex:正则表达式匹配;fuzzy:模糊相似度匹配。",
"enum": [
"fixed",
"regex",
"fuzzy"
]
},
"ignore_case": {
"type": "boolean",
"description": "是否忽略大小写,默认为true。"
},
"page": {
"type": "integer",
"description": "返回第几页结果,每页最多5条。默认为1。"
}
},
"required": [
"pattern"
]
}
}
},
{
"type": "function",
"function": {
"name": "search_notes",
"description": "在便签中搜索记录。",
"parameters": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "搜索内容。"
},
"field": {
"type": "string",
"description": "指定搜索的字段名。可选字段:'标题'、'内容'、'创建日期'、'创建时间'。不指定则搜索所有字段。"
},
"mode": {
"type": "string",
"description": "匹配模式。fixed:子串包含匹配(默认);regex:正则表达式匹配;fuzzy:模糊相似度匹配。",
"enum": [
"fixed",
"regex",
"fuzzy"
]
},
"ignore_case": {
"type": "boolean",
"description": "是否忽略大小写,默认为true。"
},
"page": {
"type": "integer",
"description": "返回第几页结果,每页最多5条。默认为1。"
}
},
"required": [
"pattern"
]
}
}
},
{
"type": "function",
"function": {
"name": "search_alarm",
"description": "在闹钟中搜索记录。",
"parameters": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "搜索内容。"
},
"field": {
"type": "string",
"description": "指定搜索的字段名。可选字段:'时间'、'重复'、'闹钟名'、'响铃时长(分钟)'、'重复响铃次数'、'响铃间隔时间(分钟)'、'状态'。不指定则搜索所有字段。"
},
"mode": {
"type": "string",
"description": "匹配模式。fixed:子串包含匹配(默认);regex:正则表达式匹配;fuzzy:模糊相似度匹配。",
"enum": [
"fixed",
"regex",
"fuzzy"
]
},
"ignore_case": {
"type": "boolean",
"description": "是否忽略大小写,默认为true。"
},
"page": {
"type": "integer",
"description": "返回第几页结果,每页最多5条。默认为1。"
}
},
"required": [
"pattern"
]
}
}
},
{
"type": "function",
"function": {
"name": "search_meeting",
"description": "在会议中搜索记录。",
"parameters": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "搜索内容。"
},
"field": {
"type": "string",
"description": "指定搜索的字段名。可选字段:'标题'、'开始日期'、'结束日期'、'开始时间'、'结束时间'、'提醒时间'、'重复'、'参会人'、'会议号'、'地点'、'会议纪要'、'状态'。不指定则搜索所有字段。"
},
"mode": {
"type": "string",
"description": "匹配模式。fixed:子串包含匹配(默认);regex:正则表达式匹配;fuzzy:模糊相似度匹配。",
"enum": [
"fixed",
"regex",
"fuzzy"
]
},
"ignore_case": {
"type": "boolean",
"description": "是否忽略大小写,默认为true。"
},
"page": {
"type": "integer",
"description": "返回第几页结果,每页最多5条。默认为1。"
}
},
"required": [
"pattern"
]
}
}
},
{
"type": "function",
"function": {
"name": "search_schedule",
"description": "在日程中搜索记录。",
"parameters": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "搜索内容。"
},
"field": {
"type": "string",
"description": "指定搜索的字段名。可选字段:'标题'、'日期'、'开始时间'、'结束时间'、'提醒时间'、'重复'、'地点'。不指定则搜索所有字段。"
},
"mode": {
"type": "string",
"description": "匹配模式。fixed:子串包含匹配(默认);regex:正则表达式匹配;fuzzy:模糊相似度匹配。",
"enum": [
"fixed",
"regex",
"fuzzy"
]
},
"ignore_case": {
"type": "boolean",
"description": "是否忽略大小写,默认为true。"
},
"page": {
"type": "integer",
"description": "返回第几页结果,每页最多5条。默认为1。"
}
},
"required": [
"pattern"
]
}
}
},
{
"type": "function",
"function": {
"name": "search_transport",
"description": "在交通记录中搜索。",
"parameters": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "搜索内容。"
},
"field": {
"type": "string",
"description": "指定搜索的字段名。可选字段:'日期'、'出发时间'、'(预计)到达时间'、'出发地'、'目的地'、'交通方式'、'联系人'、'联系方式'、'(预计)费用'、'状态'。不指定则搜索所有字段。"
},
"mode": {
"type": "string",
"description": "匹配模式。fixed:子串包含匹配(默认);regex:正则表达式匹配;fuzzy:模糊相似度匹配。",
"enum": [
"fixed",
"regex",
"fuzzy"
]
},
"ignore_case": {
"type": "boolean",
"description": "是否忽略大小写,默认为true。"
},
"page": {
"type": "integer",
"description": "返回第几页结果,每页最多5条。默认为1。"
}
},
"required": [
"pattern"
]
}
}
},
{
"type": "function",
"function": {
"name": "search_accommodation",
"description": "在住宿记录中搜索。",
"parameters": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "搜索内容。"
},
"field": {
"type": "string",
"description": "指定搜索的字段名。可选字段:'住宿地点'、'入住日期'、'退宿日期'、'房型'、'数量'、'联系人'、'联系方式'、'费用'、'状态'。不指定则搜索所有字段。"
},
"mode": {
"type": "string",
"description": "匹配模式。fixed:子串包含匹配(默认);regex:正则表达式匹配;fuzzy:模糊相似度匹配。",
"enum": [
"fixed",
"regex",
"fuzzy"
]
},
"ignore_case": {
"type": "boolean",
"description": "是否忽略大小写,默认为true。"
},
"page": {
"type": "integer",
"description": "返回第几页结果,每页最多5条。默认为1。"
}
},
"required": [
"pattern"
]
}
}
},
{
"type": "function",
"function": {
"name": "search_transaction",
"description": "在交易记录中搜索。",
"parameters": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "搜索内容。"
},
"field": {
"type": "string",
"description": "指定搜索的字段名。可选字段:'项目'、'金额'、'日期'、'时间'、'付款人'、'付款账号'、'收款人'、'收款账号'、'备注'。不指定则搜索所有字段。"
},
"mode": {
"type": "string",
"description": "匹配模式。fixed:子串包含匹配(默认);regex:正则表达式匹配;fuzzy:模糊相似度匹配。",
"enum": [
"fixed",
"regex",
"fuzzy"
]
},
"ignore_case": {
"type": "boolean",
"description": "是否忽略大小写,默认为true。"
},
"page": {
"type": "integer",
"description": "返回第几页结果,每页最多5条。默认为1。"
}
},
"required": [
"pattern"
]
}
}
},
{
"type": "function",
"function": {
"name": "search_phone",
"description": "全局搜索手机中所有应用的记录。使用子串包含匹配,搜索所有字段。可指定field缩小搜索范围。每页返回5条结果,可通过page参数翻页。",
"parameters": {
"type": "object",
"properties": {
"pattern": {
"type": "string",
"description": "搜索内容。"
},
"field": {
"type": "string",
"description": "指定搜索的字段名(可选)。不指定则搜索所有字段。不同应用的可用字段不同,常见字段包括:'姓名'、'电话号码'、'与本人关系'、'备注'、'正文'、'留言内容'、'标题'、'内容'等。"
},
"ignore_case": {
"type": "boolean",
"description": "是否忽略大小写,默认为true。"
},
"page": {
"type": "integer",
"description": "返回第几页结果,每页最多5条。默认为1。"
}
},
"required": [
"pattern"
]
}
}
},
{
"type": "function",
"function": {
"name": "Contacts_Create",
"description": "新建一个联系人,并保存到手机通讯录中。",
"parameters": {
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "联系人的姓名。"
},
"telephone": {
"type": "string",
"description": "联系人的电话号码。"
},
"company": {
"type": "string",
"description": "联系人的公司名称。"
},
"email": {
"type": "string",
"description": "联系人的电子邮件地址。"
},
"address": {
"type": "string",
"description": "联系人的地址。"
},
"birthday": {
"type": "string",
"description": "联系人的生日。"
},
"identifyCard": {
"type": "string",
"description": "联系人的身份证号码。"
},
"relationship": {
"type": "string",
"description": "联系人与本人的关系。"
},
"note": {
"type": "string",
"description": "为联系人添加的备注信息。"
}
},
"required": [
"name",
"telephone"
]
}
}
},
{
"type": "function",
"function": {
"name": "Phone_Call",
"description": "给某个电话号码打电话,支持语音电话和视频电话两种类型。",
"parameters": {
"type": "object",
"properties": {
"telephone": {
"type": "string",
"description": "需要拨打的电话号码。"
},
"type": {
"type": "string",
"description": "电话类型,枚举值:- VOICE 语音电话 - VIDEO 视频电话,默认为VOICE",
"enum": [
"VOICE",
"VIDEO"
]
}
},
"required": [
"telephone"
]
}
}
},
{
"type": "function",
"function": {
"name": "Messages_Send",
"description": "向某个电话号码发送短信,包括正文和附件。",
"parameters": {
"type": "object",
"properties": {
"telephone": {
"type": "string",
"description": "需要接受短信的电话号码。"
},
"text": {
"type": "string",
"description": "需要发送的短信正文,仅支持文本信息。"
},
"attach": {
"type": "array",
"description": "需要发送的短信附件,通过指定文件路径发送,最多支持同时发送10个附件。",
"items": {
"type": "string",
"description": "文件路径。"
}
}
},
"required": [
"telephone",
"text"
]
}
}
},
{
"type": "function",
"function": {
"name": "TodoList_Create",
"description": "新建一个待办事项。",
"parameters": {
"type": "object",
"properties": {
"content": {
"type": "string",
"description": "待办事项的内容。"
},
"date": {
"type": "string",
"description": "待办事项的具体日期,日期格式为YYYY-MM-DD(例如:'2025-05-20'表示2025年5月20日)"
},
"time": {
"type": "string",
"description": "待办事项的开始时间,时间格式为HH:MM(例如:'14:30'表示下午2点30分)"
}
},
"required": [
"content",
"date",
"time"
]
}
}
},
{
"type": "function",
"function": {
"name": "Clock_CreateAlarm",
"description": "创建闹钟,支持设置闹钟的触发时间、重复规则等属性",
"parameters": {
"type": "object",
"properties": {
"time": {
"type": "string",
"description": "闹钟触发的具体时间(24小时内的时间,不包含日期),格式为HH:MM:SS(例如:'14:30:00'表示下午2点30分)。"
},
"repeatDayOfWeek": {
"type": "array",
"description": "重复规则,类型为数组,用于指定闹钟在哪天重复触发。数字1到7分别表示每个星期一到星期日重复,数字0表示不重复。默认不重复。",
"items": {
"type": "integer",
"description": "重复规则。数字1到7分别表示星期一到星期日,数字0表示不重复。",
"enum": [
1,
2,
3,
4,
5,
6,
7,
0
]
}
},
"name": {
"type": "string",
"description": "闹钟名称,默认为“闹钟”。"
},
"alarmDuration": {
"type": "integer",
"description": "响铃时长(分钟),可以是1分钟,3分钟,5分钟,10分钟。默认为3分钟。",
"enum": [
1,
3,
5,
10
]
},
"alarmCount": {
"type": "integer",
"description": "重复响铃次数,可以是1次,3次,5次,10次。默认为1次。",
"enum": [
1,
3,
5,
10
]
},
"alarmInterval": {
"type": "integer",
"description": "响铃间隔(分钟),可以是5-30分钟。默认为5分钟。",
"enum": [
5,
10,
15,
20,
25,
30
]
}
},
"required": [
"time"
]
}
}
},
{
"type": "function",
"function": {
"name": "Schedule_Create",
"description": "新建一个日程。",
"parameters": {
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "日程触发的具体日期,日期格式为YYYY-MM-DD(例如:'2025-05-20'表示2025年5月20日)"
},
"title": {
"type": "string",
"description": "日程的标题,用于标识日程的主题。默认为“无主题”。"
},
"timeStart": {
"type": "string",
"description": "日程开始的具体时间,时间格式为HH:MM:SS(例如:'14:30:00'表示下午2点30分)"
},
"timeEnd": {
"type": "string",
"description": "日程结束的具体时间,时间格式为HH:MM:SS(例如:'14:30:00'表示下午2点30分)"
},
"timeRemind": {
"type": "string",
"description": "日程提醒的时间。默认为10分钟前。",
"enum": [
"准时",
"10分钟前",
"30分钟前",
"1小时前",
"1天前",
"1周前"
]
},
"repeat": {
"type": "string",
"description": "日程重复规则。默认为不重复。",
"enum": [
"不重复",
"每天",
"每周",
"每月",
"每年"
]
},
"location": {
"type": "string",
"description": "日程的地点。默认为“无”。"
}
},
"required": [
"date",
"timeStart",
"timeEnd"
]
}
}
},
{
"type": "function",
"function": {
"name": "Meeting_Create",
"description": "预订会议,支持设置时间、地点、参与人、会议主题等信息",
"parameters": {
"type": "object",
"properties": {
"dateStart": {
"type": "string",
"description": "会议的开始日期,日期格式为YYYY-MM-DD(例如:'2025-05-20'表示2025年5月20日)"
},
"dateEnd": {
"type": "string",
"description": "会议的结束日期,日期格式为YYYY-MM-DD(例如:'2025-05-20'表示2025年5月20日)"
},
"timeStart": {
"type": "string",
"description": "会议的开始时间,时间格式为HH:MM:SS(例如:'14:30:00'表示下午2点30分)"
},
"timeEnd": {
"type": "string",
"description": "会议的结束时间,时间格式为HH:MM:SS(例如:'14:30:00'表示下午2点30分)"
},
"timeRemind": {
"type": "string",
"description": "会议提醒的时间。默认为10分钟前。",
"enum": [
"准时",
"10分钟前",
"30分钟前",
"1小时前",
"1天前",
"1周前"
]
},
"title": {
"type": "string",
"description": "会议的主题。默认为“无主题”。"
},
"repeat": {
"type": "string",
"description": "会议重复规则。默认为不重复。",
"enum": [
"不重复",
"每天",
"每周",
"每两周"
]
},
"location": {
"type": "array",
"description": "会议的地点。",
"items": {
"type": "string",
"description": "地点名称。默认为“无”。"
}
},
"participants": {
"type": "array",
"description": "会议的参与者,默认已包含自己,只需要填写其他仍需加入的用户即可。",
"items": {
"type": "string",
"description": "会议除自己外的参与者姓名,可以是昵称。"
}
}
},
"required": [
"dateStart",
"dateEnd",
"timeStart",
"timeEnd"
]
}
}
},
{
"type": "function",
"function": {
"name": "Transport_Create",
"description": "创建一个交通信息。",
"parameters": {
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "出发日期,日期格式为YYYY-MM-DD(例如:'2025-05-20'表示2025年5月20日)。202"
},
"time": {
"type": "string",
"description": "出发时间,时间格式为HH:MM:SS(例如:'14:30:00'表示下午2点30分)。如果是现在出发,可以输入'now'。"
},
"start": {
"type": "string",
"description": "出发地。打车时如果是当前位置,可以输入'current'。"
},
"end": {
"type": "string",
"description": "目的地。"
},
"passenger": {
"type": "array",
"description": "乘车人。",
"items": {
"type": "string",
"description": "乘车人姓名。"
}
},
"telephone": {
"type": "string",
"description": "乘车人联系电话。"
},
"transportType": {
"type": "string",
"description": "交通方式。",
"enum": [
"汽车",
"火车",
"飞机"
]
}
},
"required": [
"date",
"time",
"start",
"end",
"passenger",
"telephone",
"transportType"
]
}
}
},
{
"type": "function",
"function": {
"name": "Accommodation_Create",
"description": "创建一个住宿信息。",
"parameters": {
"type": "object",
"properties": {
"dateCheckIn": {
"type": "string",
"description": "入住日期,日期格式为YYYY-MM-DD(例如:'2025-05-20'表示2025年5月20日)。"
},
"dateCheckOut": {
"type": "string",
"description": "退宿日期,日期格式为YYYY-MM-DD(例如:'2025-05-20'表示2025年5月20日)。"
},
"location": {
"type": "string",
"description": "住宿地点。"
},
"roomType": {
"type": "string",
"description": "房间类型。"
},
"num": {
"type": "integer",
"description": "房间数量,默认为1。"
},
"people": {
"type": "array",
"description": "入住人。",
"items": {
"type": "string",
"description": "入住人姓名。"
}
},
"telephone": {
"type": "string",
"description": "联系电话。"
}
},
"required": [
"dateCheckIn",
"dateCheckOut",
"location",
"people",
"telephone"
]
}
}
},
{
"type": "function",
"function": {
"name": "Consumption_Create",
"description": "向他人付款。",
"parameters": {
"type": "object",
"properties": {
"item": {
"type": "string",
"description": "付款条目,如转账、购物等。"
},
"amount": {
"type": "number",
"description": "交易金额,精确到小数点后两位。"
},
"receivingName": {
"type": "string",
"description": "收款人。"
},
"receivingAccount": {
"type": "string",
"description": "收款账户。"
},
"note": {
"type": "string",
"description": "备注。"
}
},
"required": [
"item",
"amount",
"receivingName",
"receivingAccount"
]
}
}
}
] |