calculator / tool_config.json
akkikiki's picture
Upload tool
5b92c2d verified
raw
history blame contribute delete
250 Bytes
{
"description": "This is a tool that returns the result of a simple mathematical expression written in a string.",
"inputs": [
"text"
],
"name": "simple_calculator",
"output_type": "text",
"tool_class": "calc.SimpleCalculatorTool"
}