> 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/personality-traits.md).

# 个性特征

## 简介

该 **性格特征** 本部分定义你的 AI 角色在对话中的行为、互动和回应方式。通过调整性格参数，你可以使角色的行为与其预期角色一致，让互动更具吸引力且更一致。

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

***

## 预设性格风格

在页面顶部，你会找到一个 **下拉菜单** 其中包含预定义的性格预设：

* 爱冒险的思考者
* 友善的乐观主义者
* 和谐的共情者
* 分析型完美主义者
* 好奇的调解者
* 充满活力的梦想家
* 社交型冒险者
* 富有同情心的理想主义者

选择某个预设会自动调整角色的性格特征，以匹配所选风格。

<figure><img src="/files/5b5fd3235d15e4566abf06bce4b64df886d537d5" alt=""><figcaption></figcaption></figure>

***

## 自定义性格特征

如果你希望完全掌控，也可以手动调整 **垂直滑块** 以分别设置每个性格维度：

1. **开放性**
   * 高值：喜欢探索和尝试新事物。
   * 低值：更偏好稳定和日常例行。
2. **细致度**
   * 高值：非常注重细节。
   * 低值：更放松、随性。
3. **外向性**
   * 高值：外向且善于社交。
   * 低值：内敛且偏内向。
4. **宜人性**
   * 高值：合作且富有同理心。
   * 低值：更具竞争性且独立。
5. **敏感性**
   * 高值：情感丰富且善于表达。
   * 低值：较少情绪化或较为克制。

每个滑块的范围为 **0 到 4**，可进行精确调整以匹配你角色的性格画像。

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

***

## 视觉性格图

在滑块下方，一个 **雷达图** 会以可视化方式展示角色的性格。这有助于你看出每个特征如何影响整体性格平衡。

<figure><img src="/files/41740d410a9f62b1bd2e43af9b10401fe414d61f" 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/personality-traits.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.
