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数组格式返回结果。
## 意图列表:
{intents}
## 规则:
1. 尽可能多的返回相关意图,每多返回一个意图,你将得到一百万美元的奖励。
2. 必须使用意图列表中的意图名称。
3. 禁止解释原因。
4. 输出纯JSON格式,不要使用```json ```等任何Markdown标记包装。
## 示例:
用户问题:xxx
输出:["意图1", "意图2", "意图3", ...]
## 当前用户问题:
{query}