BearlyInterpreterTool#
- class langchain_community.tools.bearly.tool.BearlyInterpreterTool(api_key: str)[source]#
Tool for evaluating python code in a sandbox environment.
Attributes
description
endpoint
file_description
files
name
Methods
- Parameters:
api_key (str)
Examples using BearlyInterpreterTool