| { | |
| "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 | |
| } | |
| } | |