Codettev3 / name initialize ai config.txt
Raiff1982's picture
Upload 21 files
dc4db28 verified
raw
history blame contribute delete
448 Bytes
{
"name": "initialize_ai_config",
"description": "Initializes the AI configuration and handling various settings including safety thresholds and Azure usage.",
"strict": false,
"parameters": {
"type": "object",
"required": [
"config_path"
],
"properties": {
"config_path": {
"type": "string",
"description": "Path to the configuration file"
}
},
"additionalProperties": false
}
}