mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-23 23:54:02 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e3487a48cb | ||
|
|
72a98d0076 |
@@ -1,4 +1,3 @@
|
|||||||
# Service to ask a question
|
|
||||||
ask_question:
|
ask_question:
|
||||||
name: Ask Question
|
name: Ask Question
|
||||||
description: Send a question to the AI and get a response
|
description: Send a question to the AI and get a response
|
||||||
@@ -47,13 +46,11 @@ ask_question:
|
|||||||
max: 4000
|
max: 4000
|
||||||
step: 1
|
step: 1
|
||||||
|
|
||||||
# Service to clear response history
|
|
||||||
clear_history:
|
clear_history:
|
||||||
name: Clear History
|
name: Clear History
|
||||||
description: Clear the stored question and response history
|
description: Clear the stored question and response history
|
||||||
fields: {}
|
fields: {}
|
||||||
|
|
||||||
# Service to get response history
|
|
||||||
get_history:
|
get_history:
|
||||||
name: Get History
|
name: Get History
|
||||||
description: Get the history of questions and responses
|
description: Get the history of questions and responses
|
||||||
@@ -69,7 +66,6 @@ get_history:
|
|||||||
max: 100
|
max: 100
|
||||||
step: 1
|
step: 1
|
||||||
|
|
||||||
# Service to set system prompt
|
|
||||||
set_system_prompt:
|
set_system_prompt:
|
||||||
name: Set System Prompt
|
name: Set System Prompt
|
||||||
description: Set a system prompt that will be used for all future questions
|
description: Set a system prompt that will be used for all future questions
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user