Skip to content

Commit bd45c43

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 d430cbb commit bd45c43

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
@@ -103,7 +103,7 @@ public function schedule(string $input, string $type, string $appId, string $ide
103103
*
104104
* @PublicPage
105105
* @param int $id The id of the task
106-
* @return DataResponse<Http::STATUS_NOT_FOUND | Http::STATUS_INTERNAL_SERVER_ERROR, array{message:string}, array{}> | DataResponse<Http::STATUS_OK, array{task: array{id: int|null, type: string, status: int, userId: string|null, appId: string, input: string, output: string|null, identifier: string}}, array{}>
106+
* @return DataResponse<Http::STATUS_NOT_FOUND|Http::STATUS_INTERNAL_SERVER_ERROR, array{message:string}, array{}>|DataResponse<Http::STATUS_OK, array{task: array{id: ?int, type: string, status: int, userId: ?string, appId: string, input: string, output: ?string, identifier: string}}, array{}>
107107
*
108108
* 200: Task returned
109109
* 404: Task not found

0 commit comments

Comments
 (0)