> 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/state-of-mind.md).

# 心境

## 简介

该 **心境** 该部分提供了对你的 AI 角色当前情绪状态的可视化呈现。这个动态情绪地图可帮助你了解角色在对话中的内在反应，从而便于微调其个性和互动风格。

<figure><img src="/files/1fc66d2a26a6df11ad9fb50ee2bd8a39b328518e" alt=""><figcaption></figcaption></figure>

***

## 工作原理

* “心境”界面显示一个 **按颜色编码的情绪轮**.
* 每个分区代表一种特定情绪，例如 **喜悦、愤怒、信任、恐惧、惊讶、悲伤、厌恶、** 是位于 **期待**，以及诸如以下的细微变体： **宁静、狂怒、钦佩、** 是位于 **惊叹**.
* **活跃情绪** ——也就是角色当前正在体验的情绪——会在图表上以更亮的方式突出显示。
* 情绪会根据对话的上下文、语气和内容动态变化。

<figure><img src="/files/2a6aa6c9dd1019c5980c04ea1558b78113f1efda" alt=""><figcaption></figcaption></figure>

***

## 实际使用场景

* **角色测试：** 观察实时情绪反应，以验证角色是否按预期作出反应。
* **个性调优：** 在……中调整个性特征 **性格特征** 部分，并查看它们如何影响情绪模式。
* **讲故事与角色扮演：** 确保交互式叙事中的情绪一致性。

***

## 结论

“心境”功能可为你的 AI 角色的情绪行为提供有价值的洞察。通过监测这些实时情绪变化，你可以确保角色的反应与其设计的个性和预期用例保持一致。


---

# 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/state-of-mind.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.
