-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.html
More file actions
30 lines (30 loc) · 2.19 KB
/
Copy pathsettings.html
File metadata and controls
30 lines (30 loc) · 2.19 KB
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
<div class="stoolbook_settings">
<div class="inline-drawer">
<div class="inline-drawer-toggle inline-drawer-header" id="stoolbook_drawer_header">
<b>SToolBook</b>
<div class="inline-drawer-icon fa-solid fa-circle-chevron-down down"></div>
</div>
<div class="inline-drawer-content">
<label class="checkbox_label" for="stoolbook_seamless_tool_loop" title="接管工具调用循环:整轮只产生一条消息,利用 continue 预填充无缝续写。开启后下方合并/置底自动失效">
<input type="checkbox" id="stoolbook_seamless_tool_loop" />
<span data-i18n="无缝工具循环">无缝工具循环 (Seamless)</span>
</label>
<label class="checkbox_label stoolbook_sub_option" for="stoolbook_turn_merging" title="将多步工具调用的消息合并为单条消息显示,工具结果以可折叠行内嵌推理块中">
<input type="checkbox" id="stoolbook_turn_merging" />
<span data-i18n="合并工具调用回合">合并工具调用回合</span>
</label>
<label class="checkbox_label stoolbook_sub_option" for="stoolbook_pin_newest_turn" title="将最新回合(user/assistant/tool)置于 prompt 最底部,防止被 jailbreak 等注入打断工具调用循环">
<input type="checkbox" id="stoolbook_pin_newest_turn" />
<span data-i18n="置底最新回合">置底最新回合</span>
</label>
<label class="checkbox_label" for="stoolbook_reasoning_passback" title="将 tool_calls 消息上的 reasoning 回传为 reasoning_content,修复 DeepSeek reasoner 思考模式下工具调用 400 错误">
<input type="checkbox" id="stoolbook_reasoning_passback" />
<span data-i18n="回传推理内容">回传推理内容</span>
</label>
<label class="checkbox_label stoolbook_debug_toggle" for="stoolbook_debug_mode" title="输出详细调试日志到控制台" style="display:none;">
<input type="checkbox" id="stoolbook_debug_mode" />
<span>Debug Mode</span>
</label>
</div>
</div>
</div>