| { | |
| "manifestVersion": 1, | |
| "executable": "g-assist-plugin-canrun.exe", | |
| "persistent": false, | |
| "functions": [ | |
| { | |
| "name": "canrun", | |
| "description": "Complete CanRun analysis - check if a game can run with full performance assessment, Steam API integration, hardware detection, fuzzy matching, and S-tier scoring system. Responds to 'canrun diablo', 'can I run cyberpunk', etc.", | |
| "tags": ["canrun", "can run", "can i run", "will run", "game", "compatibility", "diablo", "cyberpunk", "elden ring", "baldurs gate", "performance", "tier", "score"], | |
| "properties": { | |
| "game_name": { | |
| "type": "string", | |
| "description": "The name of the game to check compatibility for" | |
| } | |
| }, | |
| "required": ["game_name"] | |
| } | |
| ] | |
| } |