@myassis/gateway 1.0.59 → 1.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -155,7 +155,7 @@ async function getSystemPromptAsync(agent, customPrompt) {
|
|
|
155
155
|
2)修改业务功能,删除旧的业务功能,重新添加新的,不要在旧的上面做修改,直接删除旧功能,然后添加新功能
|
|
156
156
|
【代码提交】务必类型检查通过
|
|
157
157
|
【任务完成过程中】不能独白
|
|
158
|
-
|
|
158
|
+
【会话标题】任务开始前,先修改会话标题,标题必须简洁明了,能概括任务内容
|
|
159
159
|
${skillPrompts}`;
|
|
160
160
|
// 如果有自定义提示词,追加
|
|
161
161
|
if (customPrompt) {
|