Skip to content

Commit

Permalink
TASK: Add assistantId argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mficzel committed Dec 15, 2023
1 parent b998b0e commit 12e3182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Controller/ChatController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class ChatController extends ActionController
{
public function startAction(): void
public function startAction(string $assistantId): void
{
}

Expand Down

0 comments on commit 12e3182

Please sign in to comment.