UNPKG

tune-basic-toolset

Version:
14 lines (13 loc) 251 B
{ "description": "Execute a powershell.exe command", "parameters": { "type": "object", "properties": { "text": { "type": "string", "description": "The command to execute" } }, "required": ["text"] } }