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 1717use Symfony \AI \Agent \Toolbox \AgentProcessor as ToolProcessor ;
1818use Symfony \AI \Agent \Toolbox \Toolbox ;
1919use Symfony \AI \Agent \Toolbox \ToolboxInterface ;
20+ use Symfony \AI \Agent \Toolbox \ToolCallArgumentResolver ;
2021use Symfony \AI \Agent \Toolbox \ToolFactory \ReflectionToolFactory ;
2122use Symfony \AI \Agent \Toolbox \ToolFactoryInterface ;
23+ use Symfony \AI \Agent \Toolbox \ToolResultConverter ;
2224use Symfony \AI \AIBundle \Profiler \DataCollector ;
2325use Symfony \AI \AIBundle \Profiler \TraceableToolbox ;
2426
5153 ->alias (ToolboxInterface::class, Toolbox::class)
5254 ->set (ReflectionToolFactory::class)
5355 ->alias (ToolFactoryInterface::class, ReflectionToolFactory::class)
56+ ->set (ToolResultConverter::class)
57+ ->set (ToolCallArgumentResolver::class)
5458 ->set ('symfony_ai.tool.agent_processor.abstract ' )
5559 ->class (ToolProcessor::class)
5660 ->abstract ()
You can’t perform that action at this time.
0 commit comments