We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AsTool
1 parent 363300a commit 3a08f92Copy full SHA for 3a08f92
composer.json
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": ">=8.2",
14
- "php-llm/llm-chain": "^0.5",
+ "php-llm/llm-chain": "^0.6",
15
"symfony/config": "^6.4 || ^7.0",
16
"symfony/dependency-injection": "^6.4 || ^7.0",
17
"symfony/framework-bundle": "^6.4 || ^7.0"
src/DependencyInjection/LlmChainExtension.php
@@ -17,7 +17,7 @@
use PhpLlm\LlmChain\Store\Pinecone\Store as PineconeStore;
18
use PhpLlm\LlmChain\Store\StoreInterface;
19
use PhpLlm\LlmChain\Store\VectorStoreInterface;
20
-use PhpLlm\LlmChain\ToolBox\AsTool;
+use PhpLlm\LlmChain\ToolBox\Attribute\AsTool;
21
use PhpLlm\LlmChainBundle\Profiler\DataCollector;
22
use PhpLlm\LlmChainBundle\Profiler\TraceableLanguageModel;
23
use PhpLlm\LlmChainBundle\Profiler\TraceableToolBox;
0 commit comments