# 自定义提示词

{% hint style="info" %}
自定义提示词可主动干预问题、答案、领域标签生成的效果。
{% endhint %}

### 1.5.0 版本前（旧版自定义提示词）

例如，在下面的自定义提示词中，我们：

* 通过自定义全局提示词要求必须使用英文
* 通过自定义问题生成提示词要求问题必须保持精简
* 通过自定义答案生成提示词要求答案必须风趣幽默

<figure><img src="/files/87gbgEonnGbNZIOj76B6" alt=""><figcaption></figcaption></figure>

最终干预后的效果：

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

### 1.5.0 版本后（新版自定义提示词）

在过去，Easy Dataset 收到了大量关于定制提示词的需求，因为数据集的定制要求多种多样，一套通用的提示词无法满足所有的定制需求。

在之前的版本中，我们开放了部分提示词的定制能力，但这仍无法满足一些特殊的定制场景，因此，自 1.5.0 版本，Easy Dataset 的全量核心提示词开放自定义，捏可以到**项目设置 - 提示词配置** 中看到系统目前所有的核心提示词：

![](https://files.mdnice.com/user/6267/9ec847c1-cf1f-4081-8c63-09123c3f0e65.png)

并且可以自由编辑这些提示词：

![](https://files.mdnice.com/user/6267/667c2598-463c-4cb8-aeb5-ef5bf488940c.png)

不过需要注意的是，在编辑提示词过程中最好不要破坏原有的提示词中包含的变量，否则可能会导致提示词生成流程失败，例如，在基础答案生成提示词中，`{{text}}` 参考文本，`{{question}}` 需要回答的问题为提示词中的量大变量：

![](https://files.mdnice.com/user/6267/10090f94-4754-42db-8e8a-d037f0502f56.png)

> 注意：1.5.0 之前版本配置的自定义提示词将失效，升级后需重新配置核心提示词。


---

# 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://docs.easy-dataset.com/jin-jie-shi-yong/markdown.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.
