docs for analyze image task type

Signed-off-by: Lukas Schaefer <lukas@lschaefer.xyz>
This commit is contained in:
Lukas Schaefer
2025-07-09 11:58:48 -04:00
parent c903e57a35
commit bd43f4ed14
2 changed files with 8 additions and 0 deletions

View File

@@ -121,6 +121,13 @@ The following built-in task types are available:
* ``input``: ``Text``
* Output shape:
* ``speech``: ``Audio``
* ``'core:analyze-images'``: This task type is for analyzing images. It is implemented by ``\OCP\TaskProcessing\TaskTypes\AnalyzeImages``
* Input shape:
* ``input``: ``Text``
* ``images``: ``ListOfImages``
* Output shape:
* ``output``: ``Text``
Task types can be disabled in the AI admin settings so they are not available for the Assistant or other apps even if they are implemented. All implemented Task types are enabled by default.