]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update core/Controller/LanguageModelApiController.php
authorMarcel Klehr <mklehr@gmx.net>
Tue, 11 Jul 2023 10:41:31 +0000 (12:41 +0200)
committerMarcel Klehr <mklehr@gmx.net>
Wed, 9 Aug 2023 08:02:28 +0000 (10:02 +0200)
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
(cherry picked from commit b7c3b50e411bf949a73f551af6d8582bdf390b08)

core/Controller/LanguageModelApiController.php

index dcc8e59e2cc237e1757b3d3a4fefce54bcef5690..b343cb4315bdfebac2a5ee1a1500dd0a9b7c86c3 100644 (file)
@@ -71,7 +71,7 @@ class LanguageModelApiController extends \OCP\AppFramework\OCSController {
         * @param string $type The task type
         * @param string $appId The originating app ID
         * @param string $identifier An identifier to identify this task
-        * @return DataResponse<Http::STATUS_OK,array{task: array{id: int, type: string, status: int, userId: string, appId: string, input: string, output: string, identifier: string}},array{}> | DataResponse<Http::STATUS_PRECONDITION_FAILED | Http::STATUS_BAD_REQUEST, array{message: string}, array{}>
+        * @return DataResponse<Http::STATUS_OK, array{task: array{id: int, type: string, status: int, userId: string, appId: string, input: string, output: string, identifier: string}}, array{}>| DataResponse<Http::STATUS_PRECONDITION_FAILED|Http::STATUS_BAD_REQUEST, array{message: string}, array{}>
         *
         * 200: Task scheduled
         * 400: Task type does not exist