Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 4b6ad6e

Browse files
committed
fix: toolbox usage in claude model handler after renaming
1 parent 4c9138e commit 4b6ad6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridge/Anthropic/ModelHandler.php

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

55
namespace PhpLlm\LlmChain\Bridge\Anthropic;
66

7-
use PhpLlm\LlmChain\Chain\ToolBox\Metadata;
7+
use PhpLlm\LlmChain\Chain\Toolbox\Metadata;
88
use PhpLlm\LlmChain\Exception\RuntimeException;
99
use PhpLlm\LlmChain\Model\Message\AssistantMessage;
1010
use PhpLlm\LlmChain\Model\Message\MessageBagInterface;

0 commit comments

Comments
 (0)