mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-28 10:03:54 +08:00
perf:
1、优化小智后端智能体搜索条件逻辑 2、优化工具调用准确率问题,修改工具提示词,去除非必要的few-shot逻辑 3、优化工具描述内容
This commit is contained in:
@@ -22,7 +22,7 @@ play_music_function_desc = {
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "play_music",
|
||||
"description": "唱歌、听歌、播放音乐的方法。",
|
||||
"description": "当用户要求播放音乐、歌曲时调用。",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
||||
Reference in New Issue
Block a user