File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 17
17
use Symfony \AI \Agent \Toolbox \AgentProcessor as ToolProcessor ;
18
18
use Symfony \AI \Agent \Toolbox \Toolbox ;
19
19
use Symfony \AI \Agent \Toolbox \ToolboxInterface ;
20
+ use Symfony \AI \Agent \Toolbox \ToolCallArgumentResolver ;
20
21
use Symfony \AI \Agent \Toolbox \ToolFactory \ReflectionToolFactory ;
21
22
use Symfony \AI \Agent \Toolbox \ToolFactoryInterface ;
23
+ use Symfony \AI \Agent \Toolbox \ToolResultConverter ;
22
24
use Symfony \AI \AIBundle \Profiler \DataCollector ;
23
25
use Symfony \AI \AIBundle \Profiler \TraceableToolbox ;
24
26
51
53
->alias (ToolboxInterface::class, Toolbox::class)
52
54
->set (ReflectionToolFactory::class)
53
55
->alias (ToolFactoryInterface::class, ReflectionToolFactory::class)
56
+ ->set (ToolResultConverter::class)
57
+ ->set (ToolCallArgumentResolver::class)
54
58
->set ('symfony_ai.tool.agent_processor.abstract ' )
55
59
->class (ToolProcessor::class)
56
60
->abstract ()
You can’t perform that action at this time.
0 commit comments