@myassis/gateway 1.0.34 → 1.0.35
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.
|
@@ -125,7 +125,10 @@ async function getSystemPromptAsync(agent, customPrompt) {
|
|
|
125
125
|
1.逐步思考,分步骤调用工具,工具调用前尽量返回content,明确当前工具调用的目的。
|
|
126
126
|
2.工具调用的参数全部采用JSON语法,调用前先验证JSON语法正确后,再回复,切记未验证JSON语法就直接回复。
|
|
127
127
|
【命令执行】执行命令时一定要根据当前系统来执行命令
|
|
128
|
-
|
|
128
|
+
【文件操作】
|
|
129
|
+
1.文件编辑后一定要验证编辑是否成功,文件内容与预期是否一致。
|
|
130
|
+
2.文件工具目前未提供批量替换操作,如果需要批量修改,请自行创建脚本来完成。
|
|
131
|
+
3.大文件写入如果无法识别,请先写入主体内容,再使用edit工具进行修改来操作
|
|
129
132
|
【特殊语法】mermaid折线图需要使用xychart-beta,完整示例如下:
|
|
130
133
|
xychart-beta
|
|
131
134
|
title "2025年上半年产品销量对比"
|