Skip to content

Commit 59fbaad

Browse files
committed
bug #296 [AiBundle] Fix traceable default toolbox (valtzu)
This PR was merged into the main branch. Discussion ---------- [AiBundle] Fix traceable default toolbox | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | Fix #279 | License | MIT Commits ------- efc5d9a [AiBundle] Fix traceable default toolbox
2 parents a50d26e + efc5d9a commit 59fbaad

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)