mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
* 🔨 chore: update .vscode/settings.json (#13894) * 🐛 fix(builtin-tool-local-system): honor glob scope in local system tool (#13875) Made-with: Cursor * 📝 docs: Update changelog docs and release skills (#13897) - Update changelog documentation format across all historical changelog files - Merge release-changelog-style skill into version-release skill - Update changelog examples with improved formatting and structure Made-with: Cursor --------- Co-authored-by: YuTengjing <ytj2713151713@gmail.com> Co-authored-by: Innei <i@innei.in>
28 lines
1.2 KiB
Text
28 lines
1.2 KiB
Text
---
|
|
title: 从任意消息创建对话分支
|
|
description: 支持从任意消息创建对话分支,可选择延续上下文或开启全新话题
|
|
tags:
|
|
- LobeHub
|
|
- 分支对话
|
|
- 对话功能
|
|
- 用户体验
|
|
---
|
|
|
|
# 从任意消息创建对话分支
|
|
|
|
对话很少保持线性。你可能会顺着某个话题深入,想尝试不同思路,或需要将线程拆分给不同对象。现在可以从任意消息创建分支,在探索替代路径的同时不丢失原对话的完整性。
|
|
|
|
## 两种分支方式
|
|
|
|
创建分支时可选择如何处理上下文:
|
|
|
|
- **延续模式**:保留完整对话历史,从该点继续。适合在保留上下文的同时探索「如果这样做会怎样」的场景。
|
|
- **独立模式**:从选定消息开始全新的对话。适合提取干净的子对话,或准备专注的节选用于分享。
|
|
|
|
## 使用方式
|
|
|
|
点击任意消息上的分支按钮即可开启新线程。原对话保持完整,你可以在探索新方向时随时返回。通过话题侧边栏在不同分支间切换,对比结果或继续最有价值的路径。
|
|
|
|
## 反馈
|
|
|
|
对分支对话有改进建议?欢迎在 [GitHub Discussions](https://github.com/lobehub/lobe-chat/discussions) 分享。
|