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