Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/agent/src/Toolbox/Toolbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ final class Toolbox implements ToolboxInterface
/**
* List of executable tools.
*
* @var list<mixed>
* @var list<object>
*/
private readonly array $tools;

Expand All @@ -46,7 +46,7 @@ final class Toolbox implements ToolboxInterface
private array $map;

/**
* @param iterable<mixed> $tools
* @param iterable<object> $tools
*/
public function __construct(
iterable $tools,
Expand Down