Skip to content

Commit 48a5c02

Browse files
committed
[Agent][Mapbox] Reorder use statements alphabetically
1 parent 8e1ee6d commit 48a5c02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/toolbox/mapbox-geocode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111

1212
use Symfony\AI\Agent\Agent;
13-
use Symfony\AI\Agent\Toolbox\AgentProcessor;
1413
use Symfony\AI\Agent\Bridge\Mapbox\Mapbox;
14+
use Symfony\AI\Agent\Toolbox\AgentProcessor;
1515
use Symfony\AI\Agent\Toolbox\Toolbox;
1616
use Symfony\AI\Platform\Bridge\OpenAi\PlatformFactory;
1717
use Symfony\AI\Platform\Message\Message;

examples/toolbox/mapbox-reverse-geocode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
*/
1111

1212
use Symfony\AI\Agent\Agent;
13-
use Symfony\AI\Agent\Toolbox\AgentProcessor;
1413
use Symfony\AI\Agent\Bridge\Mapbox\Mapbox;
14+
use Symfony\AI\Agent\Toolbox\AgentProcessor;
1515
use Symfony\AI\Agent\Toolbox\Toolbox;
1616
use Symfony\AI\Platform\Bridge\OpenAi\PlatformFactory;
1717
use Symfony\AI\Platform\Message\Message;

0 commit comments

Comments
 (0)