mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
- Introduced `structured_output` and `json_schema` parameters to enhance API responses. - Updated service schemas and API client methods to handle structured output. - Added translations for new parameters in multiple languages. - Updated documentation to reflect changes in service capabilities. Closes #9
31 lines
753 B
JSON
31 lines
753 B
JSON
{
|
|
"domain": "ha_text_ai",
|
|
"name": "HA Text AI",
|
|
"after_dependencies": ["http"],
|
|
"bluetooth": [],
|
|
"codeowners": ["@smkrv"],
|
|
"config_flow": true,
|
|
"dependencies": [],
|
|
"documentation": "https://github.com/smkrv/ha-text-ai",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"issue_tracker": "https://github.com/smkrv/ha-text-ai/issues",
|
|
"loggers": ["custom_components.ha_text_ai"],
|
|
"mqtt": [],
|
|
"quality_scale": "silver",
|
|
"requirements": [
|
|
"aiofiles>=23.0.0",
|
|
"aiohttp>=3.8.0",
|
|
"anthropic>=0.8.0",
|
|
"async-timeout>=4.0.0",
|
|
"certifi>=2024.2.2",
|
|
"google-genai>=1.16.0",
|
|
"openai>=1.12.0"
|
|
],
|
|
"single_config_entry": false,
|
|
"ssdp": [],
|
|
"usb": [],
|
|
"version": "2.2.0",
|
|
"zeroconf": []
|
|
}
|