Update docs/core/entity/ai-task.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Allen Porter 2025-07-06 09:47:47 -07:00 committed by GitHub
parent 7cb6ee5a39
commit 7dc11465b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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