UNPKG

tune-basic-toolset

Version:
18 lines (17 loc) 406 B
{ "description": "Switch roles/agents", "parameters": { "type": "object", "properties": { "role": { "type": "string", "description": "The name of the role/agent to switch to" }, "filename": { "type": "string", "description": "save the role name to filename that keeps the current role" } }, "required": ["name", "filename"] } }