Skip to content

Commit b7c3b50

Browse files
Update core/Controller/LanguageModelApiController.php
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 069962d commit b7c3b50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/Controller/LanguageModelApiController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function taskTypes(): DataResponse {
7171
* @param string $type The task type
7272
* @param string $appId The originating app ID
7373
* @param string $identifier An identifier to identify this task
74-
* @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{}>
74+
* @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{}>
7575
*
7676
* 200: Task scheduled
7777
* 400: Task type does not exist

0 commit comments

Comments
 (0)