-
Notifications
You must be signed in to change notification settings - Fork 6
docs(getting-started): polish quickstart chapter with flow diagram and UX tips #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,7 +40,7 @@ DesireCore 是随应用自带的通用智能体,使用蓝色圆形头像。它 | |
|
|
||
| 发送后,你会看到一个"DesireCore 思考中"的提示,几秒钟后,智能体的回复就会出现在对话中。 | ||
|
|
||
| 回复以左侧气泡的形式展示,你发送的消息在右侧。 | ||
| 回复以左侧气泡的形式展示,你发送的消息在右侧。首次对话的回复通常是纯文字;当你开始让智能体执行任务后,还会看到行动回执、委派通知等更丰富的卡片格式(见下方"理解回复格式")。 | ||
|
|
||
| ## 理解回复格式 | ||
|
|
||
|
|
@@ -72,4 +72,10 @@ DesireCore 的智能体不仅会回复文字,还可能展示不同类型的内 | |
|
|
||
| 就这么简单!DesireCore 的核心体验就是自然的对话——你说,它做。随着你使用得越多,它会越来越了解你的偏好和习惯。 | ||
|
|
||
| :::tip 对话小技巧 | ||
| - 你可以随时在同一对话中切换话题,智能体会记住上下文 | ||
| - 如果回复不理想,直接告诉它哪里需要调整即可 | ||
| - 想让智能体记住某个偏好?直接说"记住:我喜欢……" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
When a newcomer follows this tip, saying the phrase alone does not make the preference persistent: Useful? React with 👍 / 👎. |
||
| ::: | ||
|
|
||
| 准备好探索更多功能了吗?看看 [下一步去哪里](./06-whats-next.md)。 | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For recently purchased low-end laptops with less than 8 GB RAM, or devices running an unsupported OS such as ChromeOS, the purchase-date heuristic says DesireCore should run smoothly even though the requirements immediately below exclude them. This can send users into an installation they cannot complete; direct them to verify the listed OS, memory, processor, and disk requirements instead.
Useful? React with 👍 / 👎.