Skip to content

Commit

Permalink
cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lihq1403 committed Feb 8, 2025
1 parent 56fbc4a commit 854785c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Agent/ToolsAgent.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
use Hyperf\Odin\Memory\MemoryInterface;
use Hyperf\Odin\Message\AssistantMessage;
use Hyperf\Odin\Message\FunctionMessage;
use Hyperf\Odin\Message\MessageInterface;
use Hyperf\Odin\Message\ToolMessage;
use Hyperf\Odin\Model\DoubaoModel;
use Hyperf\Odin\Model\ModelInterface;
Expand Down Expand Up @@ -210,7 +211,7 @@ protected function innerChat(
}

/**
* @param \Hyperf\Odin\Message\MessageInterface[] $messages
* @param MessageInterface[] $messages
*/
protected function chat(
array $messages,
Expand Down

0 comments on commit 854785c

Please sign in to comment.