{
"type": "object",
"required": [
"unichatModel",
"unichatApiKey"
],
"properties": {
"unichatModel": {
"type": "string",
"description": "The preferred model name for the Unichat server."
},
"unichatApiKey": {
"type": "string",
"description": "The vendor API key required to access the Unichat server."
}
}
}