File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1178,6 +1178,7 @@ export const excelToCsv: Tool = {
11781178
11791179registerTool ( excelToCsv ) ;
11801180
1181+ /*
11811182// 读取 PDF 文件并提取文本内容的工具
11821183export const readPdf: Tool = {
11831184 name: 'read_pdf',
@@ -1238,6 +1239,7 @@ export const readPdf: Tool = {
12381239};
12391240
12401241registerTool(readPdf);
1242+ */
12411243
12421244// 9. 提取前5个Error信息
12431245export const diagnosticTop5Errors : Tool = {
@@ -1317,7 +1319,8 @@ registerTool(diagnosticTop5Errors);
13171319// 12. 沙盒执行 Lua/Python 代码
13181320export const sandboxRun : Tool = {
13191321 name : 'sandbox_run' ,
1320- description : `在沙盒环境中执行 Lua、Python、Node.js、TypeScript 或 WSL Bash 代码,并返回标准输出、标准错误。禁止访问文件系统。` ,
1322+ description : `在沙盒环境中执行 Lua、Python、Node.js、TypeScript 或 WSL Bash 代码,并返回标准输出、标准错误。禁止访问文件系统。
1323+ 让你在沙盒里执行主要是要验证语法错误和执行结果。如果出错或者有输出,你应该先把这些信息提供给我,然后再做分析。方便我观察你做的怎么样` ,
13211324 parameters : {
13221325 type : 'object' ,
13231326 properties : {
You can’t perform that action at this time.
0 commit comments