mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 04:46:29 +00:00
Update docs/core/entity/ai-task.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
7cb6ee5a39
commit
7dc11465b4
@ -42,8 +42,7 @@ class MyAITaskEntity(AITaskEntity):
|
||||
# await self._async_handle_chat_log(chat_log)
|
||||
|
||||
text = ...
|
||||
|
||||
if not task.structure
|
||||
if not task.structure:
|
||||
return GenDataTaskResult(
|
||||
conversation_id=chat_log.conversation_id,
|
||||
data=text
|
||||
|
Loading…
x
Reference in New Issue
Block a user