You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ecosystem/other/character.md
+16-10Lines changed: 16 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,10 @@
31
31
32
32
**标准预设**(`default.yml`)要求模型以 XML 文本块输出状态更新、思考过程、操作和消息内容。插件解析模型的纯文本输出来提取各部分。
33
33
34
-
**工具调用预设**(`default-tool-call.yml`)让模型通过调用 `character_reply` 工具来完成回复、消息相关操作等,而非 XML 文本。由于工具的参数说明中已经涵盖了各种等价于输出格式说明的内容,工具调用预设中无需像标准预设那样自行补充/修改它们。并且,相关描述会伴随工具的开关、可用性动态增减,无需手动维护。
34
+
**工具调用预设**(`default-tool-call.yml`)让模型通过工具调用完成状态更新、回复消息等原本依赖 XML 块的操作。由于回复工具的参数说明中已经涵盖了各种等价于输出格式的内容,所以在工具调用预设中,你无需再像标准预设那样自行补充/修改各种输出格式。并且,相关参数说明文本会伴随工具的开关、可用性动态增减,无需手动维护。
35
+
36
+
> [!TIP] 提示
37
+
> 使用“工具调用回复”功能时,请尽可能使用模型官方(推荐的)API 格式(如:Gemini 使用 Gemini 适配器,Claude 及其他支持 Anthropic API 的模型使用 Claude 适配器),否则可能遇到无法正常完成回复的问题(尤其是 Minimax 等模型)。
0 commit comments