Skip to content

Commit 3a08f92

Browse files
authored
refactor: namespace of AsTool attribute (#35)
1 parent 363300a commit 3a08f92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": ">=8.2",
14-
"php-llm/llm-chain": "^0.5",
14+
"php-llm/llm-chain": "^0.6",
1515
"symfony/config": "^6.4 || ^7.0",
1616
"symfony/dependency-injection": "^6.4 || ^7.0",
1717
"symfony/framework-bundle": "^6.4 || ^7.0"

src/DependencyInjection/LlmChainExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use PhpLlm\LlmChain\Store\Pinecone\Store as PineconeStore;
1818
use PhpLlm\LlmChain\Store\StoreInterface;
1919
use PhpLlm\LlmChain\Store\VectorStoreInterface;
20-
use PhpLlm\LlmChain\ToolBox\AsTool;
20+
use PhpLlm\LlmChain\ToolBox\Attribute\AsTool;
2121
use PhpLlm\LlmChainBundle\Profiler\DataCollector;
2222
use PhpLlm\LlmChainBundle\Profiler\TraceableLanguageModel;
2323
use PhpLlm\LlmChainBundle\Profiler\TraceableToolBox;

0 commit comments

Comments
 (0)