{ | |
"name": "AICore", | |
"description": "Main AI processing engine that manages models, context, and responses.", | |
"strict": false, | |
"parameters": { | |
"type": "object", | |
"required": [ | |
"configPath" | |
], | |
"properties": { | |
"configPath": { | |
"type": "string", | |
"description": "Path to the configuration file, defaults to 'config.json'." | |
} | |
}, | |
"additionalProperties": false | |
} | |
} | |