diff --git a/composer.json b/composer.json index 2971525..564a154 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": ">=8.2", - "php-llm/llm-chain": "^0.5", + "php-llm/llm-chain": "^0.6", "symfony/config": "^6.4 || ^7.0", "symfony/dependency-injection": "^6.4 || ^7.0", "symfony/framework-bundle": "^6.4 || ^7.0" diff --git a/src/DependencyInjection/LlmChainExtension.php b/src/DependencyInjection/LlmChainExtension.php index b6fcf7f..faaa5f2 100644 --- a/src/DependencyInjection/LlmChainExtension.php +++ b/src/DependencyInjection/LlmChainExtension.php @@ -17,7 +17,7 @@ use PhpLlm\LlmChain\Store\Pinecone\Store as PineconeStore; use PhpLlm\LlmChain\Store\StoreInterface; use PhpLlm\LlmChain\Store\VectorStoreInterface; -use PhpLlm\LlmChain\ToolBox\AsTool; +use PhpLlm\LlmChain\ToolBox\Attribute\AsTool; use PhpLlm\LlmChainBundle\Profiler\DataCollector; use PhpLlm\LlmChainBundle\Profiler\TraceableLanguageModel; use PhpLlm\LlmChainBundle\Profiler\TraceableToolBox;