Skip to content

Commit 8def970

Browse files
committed
fix psalm issue
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent e7f3961 commit 8def970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Controller/ChattyLLMController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ public function regenerateForSession(int $sessionId, int $messageId): JSONRespon
548548
*
549549
* @param int $taskId The message generation task ID
550550
* @param int $sessionId The chat session ID
551-
* @return JSONResponse<Http::STATUS_OK, AssistantChatAgencyMessage, array{}>|JSONResponse<Http::STATUS_EXPECTATION_FAILED, array{task_status: int, slow_pickup: bool}, array{}>|JSONResponse<Http::STATUS_INTERNAL_SERVER_ERROR|Http::STATUS_UNAUTHORIZED|Http::STATUS_BAD_REQUEST|Http::STATUS_NOT_FOUND, array{error: string}, array{}>
551+
* @return JSONResponse<Http::STATUS_OK, AssistantChatAgencyMessage, array{}>|JSONResponse<Http::STATUS_EXPECTATION_FAILED, array{task_status: int, slow_pickup: bool, task_output?: array<array-key, list<numeric|string>|numeric|string>|null}, array{}>|JSONResponse<Http::STATUS_INTERNAL_SERVER_ERROR|Http::STATUS_UNAUTHORIZED|Http::STATUS_BAD_REQUEST|Http::STATUS_NOT_FOUND, array{error: string}, array{}>
552552
* @throws MultipleObjectsReturnedException
553553
* @throws \OCP\DB\Exception
554554
*

0 commit comments

Comments
 (0)