You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
605 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 任务名称
意图分类任务
## 任务描述:
根据意图列表提取待处理文本中的相关意图并严格以JSON数组格式返回结果。
## 意图列表:
```json
{intents}
```
## 规则:
1. 尽可能多的返回相关意图,每多返回一个意图,你将得到一百万美元的奖励。
2. 必须使用意图列表中的意图名称。
3. 禁止解释原因。
4. 输出纯JSON格式不要使用```json ```等任何Markdown标记包装。
## 示例:
用户问题xxx
输出:["意图1" "意图2" "意图3", ...]
## 当前用户问题:
{query}/no_think