{{ currentConversationTitle }}
{{ messages.length }}条消息
👤 用户
{{ msg.content }}
🤖 AI Assistant
🧠
{{ action.streaming ? '正在思考...' : '思考过程' }}
{{ action.content }}
{{ action.content }}
✏️ 已写入 {{ action.append?.path || '目标文件' }} 的追加内容(内容已保存至文件)
❌ 向 {{ action.append?.path || '目标文件' }} 写入失败,内容已截获供后续修复。
· 行数 {{ action.append.lines }}
· 字节 {{ action.append.bytes }}
⚠️ 未检测到结束标记,请根据提示继续补充。
🛠️ 已对 {{ action.modify?.path || '目标文件' }} 执行补丁
· 共 {{ action.modify.total }} 处
· 已完成 {{ action.modify.completed.length }} 处
· 未完成 {{ action.modify.failed.length }} 处
⚠️ 未检测到结束标记,系统已在流结束时执行补丁。
⚠️ 未完成的序号:{{ action.modify.failed.map(f => f.index || f).join('、') || action.modify.failed.join('、') }},请根据提示重新输出。
{{ getToolIcon(action.tool) }}
{{ getToolStatusText(action.tool) }}
{{ getToolDescription(action.tool) }}
搜索内容:{{ action.tool.result.query || action.tool.arguments.query }}
主题:{{ formatSearchTopic(action.tool.result.filters || {}) }}
时间范围:{{ formatSearchTime(action.tool.result.filters || {}) }}
结果数量:{{ action.tool.result.total_results }}
{{ item.title || '无标题' }}
{{ item.url }}无可用链接
未返回详细的搜索结果。
代码:
{{ action.tool.result.code || action.tool.arguments.code }}
输出:
{{ action.tool.result.output }}
{{ JSON.stringify(action.tool.result || action.tool.arguments, null, 2) }}
{{ msg.content }}
正在同步工具状态...
暂无可控工具
{{ toolCategoryEmoji(category.id) }}
{{ category.label }}