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 ec4119e commit f7a9bf2Copy full SHA for f7a9bf2
src/Resources/config/services.php
@@ -44,6 +44,8 @@
44
->alias(ResponseFormatFactoryInterface::class, ResponseFormatFactory::class)
45
->set(SchemaFactory::class)
46
->set(StructureOutputProcessor::class)
47
+ ->tag('llm_chain.chain.input_processor')
48
+ ->tag('llm_chain.chain.output_processor')
49
50
// tools
51
->set('llm_chain.toolbox.abstract')
@@ -68,6 +70,8 @@
68
70
])
69
71
->set(ToolProcessor::class)
72
->parent('llm_chain.tool.chain_processor.abstract')
73
74
75
->args([
76
'$toolBox' => service(ToolBoxInterface::class),
77
0 commit comments