gymcl-data / toolbench /toolenv /tools /Customized /hello_world.json
Septzzz's picture
Upload folder using huggingface_hub (part 9)
9cabd68 verified
Raw
History Blame Contribute Delete
441 Bytes
{
"tool_description": "Return hello world.",
"name": "hello world",
"title": "hello world",
"tool_name": "hello world",
"api_list": [
{
"name": "get_hello_world",
"url": "",
"description": "To get 'hello world'.",
"method": "GET",
"required_parameters": [],
"optional_parameters": []
}
],
"standardized_name": "hello_world"
}