> For the complete documentation index, see [llms.txt](https://docs.convai.com/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.convai.com/api-docs/zh/convai-playground/character-customization/mindview.md).

# Mindview

{% hint style="danger" %}
此功能仅适用于专业版及以上套餐。
{% endhint %}

## **简介**

该 **Mindview** 部分可让你查看 **提示** 该提示已发送给模型，用于生成你角色的回复。\
它是一个强大的工具，可用于：

* 了解你的角色如何处理上下文。
* 改进你的 **角色描述**, **知识库**，以及 **语言设置**.
* 排查意外或不一致的回复。

<figure><img src="/files/0aed2cfdf7078303a1eb84d17a714b16bcac0ede" alt=""><figcaption></figcaption></figure>

***

## **访问 Mindview**

你可以打开 **Mindview** Convai Playground 左侧导航菜单中的选项卡。

<figure><img src="/files/d78f380a18c1af7c440937baf047a396d628db13" alt=""><figcaption></figcaption></figure>

首次打开时，系统会要求你选择一个 **对话或交互** 在 **Memory** 选项卡中。\
或者，你可以开始新的对话——Mindview 将自动显示以下内容的数据： **最新消息**.

要访问某个 **先前交互的 Mindview**:

1. 前往 **Memory** 选项卡。
2. 展开所需的 **会话**.
3. 点击 **Mindview 图标** 旁边的任意消息，即可打开其对应的提示视图。

<figure><img src="/files/414723f915631911eec4ca726e1fc9067a133e4b" alt=""><figcaption></figcaption></figure>

***

## 了解 Mindview 界面

打开后，你将看到模型如何解读并响应输入的结构化视图。

<figure><img src="/files/0aed2cfdf7078303a1eb84d17a714b16bcac0ede" alt=""><figcaption></figcaption></figure>

### **标题信息**

在屏幕顶部，会显示以下详细信息：

* **会话 ID** – 标识该交互所属的会话。
* **模型名称** – 显示用于生成回复的 LLM。
* **用户查询** – 显示发起此提示的确切消息或查询。

### **主提示部分**

这是 Mindview 的核心。它显示了 **完整的消息链** （系统、助手和用户）所组成的完整提示，并发送给模型。

每个部分都能帮助你了解模型在生成回复前如何理解角色的上下文和指令。

***

## 影响主提示的因素

Mindview 中显示的主提示是根据你的角色和会话的多个方面动态构建的：

| 来源        | 说明                                                                   |
| --------- | -------------------------------------------------------------------- |
| **角色描述**  | 定义角色的背景故事和核心上下文。显示在 `<back-story>` ... `</back-story>` 标签中，它有两种不同模式。 |
| **语言和语音** | 包含允许的语言和相关的语音配置。                                                     |
| **性格特征**  | 控制角色的对话语气、情感和正式程度。                                                   |
| **叙事设计**  | 将当前启用的叙事设计部分中的目标或上下文整合到用户输入中。                                        |
| **知识库**   | 添加相关的外部知识，以提高事实准确性或领域特定回复的质量。                                        |
| **长期记忆**  | 在适用时，注入跨会话学习到的持久信息。                                                  |

***

## 使用场景

* 调试并优化你的 **角色提示** 的构建方式。
* 识别角色设置中的缺失或冲突信息。
* 验证正确的 **知识库**, **性格特征**，以及 **叙事设计** 数据是否被包含在回复中。

***

## 结论

Mindview 选项卡为创作者提供了对 Convai 角色回复生成内部机制的深入透明度。\
通过分析提示并理解上下文如何层层叠加，你可以将角色微调得 **更一致**, **更准确**，以及 **更符合角色个性** 的交互。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.convai.com/api-docs/zh/convai-playground/character-customization/mindview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
