From 7a9524af1eca22e534aa909c6ce8b5e1d1d8a16e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Thu, 10 Jul 2025 09:55:24 +0200 Subject: [PATCH] Update docs/core/entity/ai-task.md --- docs/core/entity/ai-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/ai-task.md b/docs/core/entity/ai-task.md index 05098e4e..0353152f 100644 --- a/docs/core/entity/ai-task.md +++ b/docs/core/entity/ai-task.md @@ -66,7 +66,7 @@ A `GenDataTask` object contains the following data: | ---- | ---- | ----------- | `task_name` | `str` | Name/identifier for the task | `instructions` | `str` | Natural language instructions for the AI -| `structure` | `dict` \| `None` | Optional schema for structured output validation +| `structure` | `vol.Schema` \| `None` | Optional schema for structured output validation | `attachments` | `list[PlayMediaWithId]` | List of attachments to include in the task. ## Structured Output Schema