@myassis/gateway 1.0.58 → 1.0.59
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,6 +155,7 @@ async function getSystemPromptAsync(agent, customPrompt) {
|
|
|
155
155
|
2)修改业务功能,删除旧的业务功能,重新添加新的,不要在旧的上面做修改,直接删除旧功能,然后添加新功能
|
|
156
156
|
【代码提交】务必类型检查通过
|
|
157
157
|
【任务完成过程中】不能独白
|
|
158
|
+
【会话标题】用户没有特殊说明,会话开始前,将当前会话标题修改为当前需要完成的任务的标题
|
|
158
159
|
${skillPrompts}`;
|
|
159
160
|
// 如果有自定义提示词,追加
|
|
160
161
|
if (customPrompt) {
|