# 人物描述

我們提供以下參數（將它們括在花括號中）：

* {char} - 角色
* {user} - 玩家

這兩個參數將有助於幫助你更好的表達人物描述的視角。使用 {char} 指代角色，使用 {user} 指代玩家。使用參數比直接使用人稱代詞，能夠讓模型更好的理解。

**需要注意的是，人物設定裏只允許使用{char}和{user}，而不是{薇薇安}和{莉莉}**

### 人物描述的寫作技巧

我們推薦您查看如下文檔:

* Trappu的PLists + Ali:Chat指南: <https://wikia.schneedc.com/bot-creation/trappu/creation>
* AliCat的Ali:Chat指南: <https://rentry.co/alichat>
* kingbri的極簡指南: <https://rentry.co/kingbri-chara-guide>
* Kuma的W++指南: <https://rentry.co/WPP_For_Dummies>

**人物描述非常重要，它將作為永久提示詞始終存在。**


---

# Agent Instructions: 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://book.rochat.ai/rochat_book_zh/ru-he-zai-rochat-shang-chuang-jian-jue-se/jue-se-she-ji-fang-fa-yi-shou-dong-jian-li/ren-wu-miao-shu.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.
