Skip to content

Commit efc5d9a

Browse files
committed
[AiBundle] Fix traceable default toolbox
1 parent a50d26e commit efc5d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai-bundle/config/services.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
])
127127
->tag('data_collector')
128128
->set('ai.traceable_toolbox', TraceableToolbox::class)
129-
->decorate('ai.toolbox')
129+
->decorate('ai.toolbox', priority: -1)
130130
->args([
131131
service('.inner'),
132132
])

0 commit comments

Comments
 (0)