mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Update core/Controller/LanguageModelApiController.php
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
(cherry picked from commit b7c3b50e41)
This commit is contained in:
parent
8acb1dc475
commit
fbd178ab8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue