tune-basic-toolset
Version:
Basic toolset for tune
18 lines (17 loc) • 385 B
JSON
{
"description": "Read the contents of a specified file",
"parameters": {
"type": "object",
"properties": {
"filename": {
"type": "string",
"description": "The name of the file to read"
},
"linenum": {
"type": "boolean",
"description": "prepend every line with linenumber"
}
},
"required": ["filename"]
}
}