mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
chore: Bump version to 2.3.0
This commit is contained in:
@@ -25,6 +25,6 @@
|
||||
"single_config_entry": false,
|
||||
"ssdp": [],
|
||||
"usb": [],
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"zeroconf": []
|
||||
}
|
||||
|
||||
@@ -80,11 +80,13 @@ ask_question:
|
||||
required: false
|
||||
default: false
|
||||
selector:
|
||||
boolean:
|
||||
boolean: {}
|
||||
|
||||
json_schema:
|
||||
name: JSON Schema
|
||||
description: JSON Schema defining the structure of the expected response. Required when structured_output is enabled. Example: {"type": "object", "properties": {"answer": {"type": "string"}}, "required": ["answer"]}
|
||||
description: >-
|
||||
JSON Schema defining the structure of the expected response.
|
||||
Required when structured_output is enabled.
|
||||
required: false
|
||||
selector:
|
||||
text:
|
||||
@@ -151,7 +153,7 @@ get_history:
|
||||
required: false
|
||||
default: false
|
||||
selector:
|
||||
boolean:
|
||||
boolean: {}
|
||||
|
||||
sort_order:
|
||||
name: Sort Order
|
||||
|
||||
Reference in New Issue
Block a user