Skip to content

Commit 2cb277b

Browse files
committed
minor #556 [AI Bundle] Sort token usage processors alphabetically (OskarStark)
This PR was merged into the main branch. Discussion ---------- [AI Bundle] Sort token usage processors alphabetically | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | -- | License | MIT Commits ------- ef23536 Sort token usage processors alphabetically
2 parents 15a879c + ef23536 commit 2cb277b

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
@@ -137,8 +137,8 @@
137137
->tag('ai.traceable_toolbox')
138138

139139
// token usage processors
140-
->set('ai.platform.token_usage_processor.mistral', MistralTokenOutputProcessor::class)
141140
->set('ai.platform.token_usage_processor.gemini', GeminiTokenOutputProcessor::class)
141+
->set('ai.platform.token_usage_processor.mistral', MistralTokenOutputProcessor::class)
142142
->set('ai.platform.token_usage_processor.openai', OpenAiTokenOutputProcessor::class)
143143
->set('ai.platform.token_usage_processor.vertexai', VertexAiTokenOutputProcessor::class)
144144

0 commit comments

Comments
 (0)