File size: 423 Bytes
dc4db28 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
{ "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 } } |