We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11f245 commit 78d28bbCopy full SHA for 78d28bb
composer.json
@@ -11,7 +11,7 @@
11
],
12
"require": {
13
"php": ">=8.2",
14
- "php-llm/llm-chain": "^0.11",
+ "php-llm/llm-chain": "^0.13",
15
"symfony/config": "^6.4 || ^7.0",
16
"symfony/dependency-injection": "^6.4 || ^7.0",
17
"symfony/framework-bundle": "^6.4 || ^7.0"
src/Profiler/TraceableToolBox.php
@@ -30,7 +30,7 @@ public function getMap(): array
30
return $this->toolBox->getMap();
31
}
32
33
- public function execute(ToolCall $toolCall): string
+ public function execute(ToolCall $toolCall): mixed
34
{
35
$result = $this->toolBox->execute($toolCall);
36
0 commit comments