Skip to content

Commit

Permalink
Just add better annotations to the functions
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile authored Jun 21, 2024
1 parent e2bf9cb commit eec8f4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Modules/LlmDriver/app/Functions/StandardsChecker.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ class StandardsChecker extends FunctionContract

protected array $promptHistory = [];

/**
* @param MessageInDto[] $messageArray
*/
public function handle(
array $messageArray,
HasDrivers $model,
Expand Down

0 comments on commit eec8f4b

Please sign in to comment.