langchain_community.tools.bearly.tool.BearlyInterpreterTool

class langchain_community.tools.bearly.tool.BearlyInterpreterTool(api_key: str)[source]

用于在沙箱环境中评估Python代码的工具。

属性

description

endpoint

file_description

files

name

api_key

方法

__init__(api_key)

add_file(source_path, target_path, description)

作为工具()

清除文件()

制作输入文件()

参数

api_key (字符串) –

__init__(api_key: str)[source]
参数

api_key (字符串) –

add_file(source_path: str, target_path: str, description: str) None[source]
参数
  • source_path (字符串) –

  • target_path (字符串) –

  • description (字符串) –

返回类型

None

as_tool() Tool[source]
返回类型

工具

clear_files() None[source]
返回类型

None

make_input_files() List[dict][source]
返回类型

列表[字典]

使用 BearlyInterpreterTool 的示例