Codettev3 / name AICore description.txt
Raiff1982's picture
Upload 21 files
dc4db28 verified
raw
history blame contribute delete
423 Bytes
{
"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
}
}