4.8.12 test (#2936)

* system config tip

* perf: prompt editor code

* perf: cookie tip
This commit is contained in:
Archer
2024-10-18 16:49:35 +08:00
committed by GitHub
parent 4aaf9bfeb0
commit 40f527a021
9 changed files with 162 additions and 174 deletions

View File

@@ -25,7 +25,7 @@
"usedInExtractFields": true, // 是否用于内容提取务必保证至少有一个为true
"usedInToolCall": true, // 是否用于工具调用务必保证至少有一个为true
"usedInQueryExtension": true, // 是否用于问题优化务必保证至少有一个为true
"toolChoice": true, // 是否支持工具选择(分类,内容提取,工具调用会用到。目前只有gpt支持
"toolChoice": true, // 是否支持工具选择(分类,内容提取,工具调用会用到。)
"functionCall": false, // 是否支持函数调用(分类,内容提取,工具调用会用到。会优先使用 toolChoice如果为false则使用 functionCall如果仍为 false则使用提示词模式
"customCQPrompt": "", // 自定义文本分类提示词(不支持工具和函数调用的模型
"customExtractPrompt": "", // 自定义内容提取提示词