chore(upgrade_to_32): Add OCP\TaskProcessing\Manager::getAvailableTaskTypeIds to app developer upgrade guide

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr
2025-09-04 12:44:08 +02:00
parent c7b0f08cc9
commit 38de89f3e9

View File

@@ -116,7 +116,7 @@ Added APIs
- New task processing task type ``OCP\TaskProcessing\TextToSpeech`` to convert text to speech.
- New task processing task type ``OCP\TaskProcessing\AnalyzeImages`` to ask questions about images.
- New method ``OCP\TaskProcessing\Manager::getAvailableTaskTypeIds`` to list only task type IDs without meta-data (faster than ``OCP\TaskProcessing\Manager::getAvailableTaskTypes``)
Changed APIs
^^^^^^^^^^^^