Skip to content

Commit ee94910

Browse files
committed
-
1 parent c8f48df commit ee94910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Chain/ToolBox/ToolBoxTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
namespace PhpLlm\LlmChain\Tests\Chain\ToolBox;
66

7-
use PhpLlm\LlmChain\Exception\ToolNotFoundException;
87
use PhpLlm\LlmChain\Chain\ToolBox\Attribute\AsTool;
98
use PhpLlm\LlmChain\Chain\ToolBox\Metadata;
109
use PhpLlm\LlmChain\Chain\ToolBox\ParameterAnalyzer;
1110
use PhpLlm\LlmChain\Chain\ToolBox\ToolAnalyzer;
1211
use PhpLlm\LlmChain\Chain\ToolBox\ToolBox;
12+
use PhpLlm\LlmChain\Exception\ToolNotFoundException;
1313
use PhpLlm\LlmChain\Model\Response\ToolCall;
1414
use PhpLlm\LlmChain\Tests\Fixture\Tool\ToolNoParams;
1515
use PhpLlm\LlmChain\Tests\Fixture\Tool\ToolOptionalParam;

0 commit comments

Comments
 (0)