Преглед изворни кода

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

Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
tags/0.6.5
Bowen Liang пре 1 година
родитељ
комит
b2535e7db6
No account linked to committer's email address
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

Loading…
Откажи
Сачувај