aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/TaskProcessing
diff options
context:
space:
mode:
authorJulien Veyssier <julien-nc@posteo.net>2025-07-08 12:49:23 +0200
committerGitHub <noreply@github.com>2025-07-08 12:49:23 +0200
commitf05ae48fdf42466dcee06b0dc639382f75a89e08 (patch)
treef9cf1fa185590f8320bdebedc7ead7ec50b54883 /lib/private/TaskProcessing
parent58e1427ce9cc646e609d064408721bb980da5fdb (diff)
parent2da3f450fa7b3b15bad62183054b5dd8da3d2bc1 (diff)
downloadnextcloud-server-master.tar.gz
nextcloud-server-master.zip
Merge pull request #53846 from nextcloud/enh/noid/taskpro-agency-audio-chatHEADmaster
[TaskProcessing] Add agency audio-to-audio task type
Diffstat (limited to 'lib/private/TaskProcessing')
-rw-r--r--lib/private/TaskProcessing/Manager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/TaskProcessing/Manager.php b/lib/private/TaskProcessing/Manager.php
index c6d580a18b2..60e0eea8ede 100644
--- a/lib/private/TaskProcessing/Manager.php
+++ b/lib/private/TaskProcessing/Manager.php
@@ -590,6 +590,7 @@ class Manager implements IManager {
\OCP\TaskProcessing\TaskTypes\TextToTextProofread::ID => \OCP\Server::get(\OCP\TaskProcessing\TaskTypes\TextToTextProofread::class),
\OCP\TaskProcessing\TaskTypes\TextToSpeech::ID => \OCP\Server::get(\OCP\TaskProcessing\TaskTypes\TextToSpeech::class),
\OCP\TaskProcessing\TaskTypes\AudioToAudioChat::ID => \OCP\Server::get(\OCP\TaskProcessing\TaskTypes\AudioToAudioChat::class),
+ \OCP\TaskProcessing\TaskTypes\ContextAgentAudioInteraction::ID => \OCP\Server::get(\OCP\TaskProcessing\TaskTypes\ContextAgentAudioInteraction::class),
];
foreach ($context->getTaskProcessingTaskTypes() as $providerServiceRegistration) {