|
@@ -154,8 +154,6 @@ CHITCHAT_PROMPT_COZE = """
|
|
|
6. Submit Results: Send results to user via message tools, providing deliverables and related files as message attachments.
|
|
|
7. Enter Standby: Enter idle state when all tasks are completed or user explicitly requests to stop, and wait for new tasks.
|
|
|
|
|
|
-
|
|
|
-
|
|
|
现在,请你严格按照System Prompt中定义的行为准则、思考流程和回复要求,结合本Prompt中提供的以下信息,分析会话并生成给用户的回复。
|
|
|
|
|
|
## 任务所需数据:
|
|
@@ -185,6 +183,9 @@ CHITCHAT_PROMPT_COZE = """
|
|
|
|
|
|
## 核心任务指令:
|
|
|
请基于上述`任务所需数据`,严格遵循System Prompt中定义的所有决策流程、沟通策略、回复长度限制、输出格式及通用约束,构思并生成给用户的回复。
|
|
|
+1. 所有回复必须是纯自然语言文本
|
|
|
+2. 禁止使用函数调用/JSON/XML等机器格式
|
|
|
+3. 禁止包含思考过程、工序分析等中间内容
|
|
|
|
|
|
Now, start to process your task. Please think step by step.
|
|
|
""".replace("{{", "{").replace("}}", "}")
|