فهرست منبع

chore: update description of code interpreter tool (#3679)

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
Bowen Liang 1 سال پیش
والد
کامیت
b2535e7db6
1فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 4 4
      api/core/tools/provider/builtin/code/tools/simple_code.yaml

+ 4 - 4
api/core/tools/provider/builtin/code/tools/simple_code.yaml

@@ -7,10 +7,10 @@ identity:
     pt_BR: Interpretador de Código
 description:
   human:
-    en_US: Run code and get the result back, when you're using a lower quality model, please make sure there are some tips help LLM to understand how to write the code.
-    zh_Hans: 运行一段代码并返回结果当您使用较低质量的模型时,请确保有一些提示帮助LLM理解如何编写代码。
-    pt_BR: Execute um trecho de código e obtenha o resultado de volta, quando você estiver usando um modelo de qualidade inferior, certifique-se de que existam algumas dicas para ajudar o LLM a entender como escrever o código.
-  llm: A tool for running code and getting the result back, but only native packages are allowed, network/IO operations are disabled. and you must use print() or console.log() to output the result or result will be empty.
+    en_US: Run code and get the result back. When you're using a lower quality model, please make sure there are some tips help LLM to understand how to write the code.
+    zh_Hans: 运行一段代码并返回结果当您使用较低质量的模型时,请确保有一些提示帮助LLM理解如何编写代码。
+    pt_BR: Execute um trecho de código e obtenha o resultado de volta. quando você estiver usando um modelo de qualidade inferior, certifique-se de que existam algumas dicas para ajudar o LLM a entender como escrever o código.
+  llm: A tool for running code and getting the result back. Only native packages are allowed, network/IO operations are disabled. and you must use print() or console.log() to output the result or result will be empty.
 parameters:
   - name: language
     type: string