Skip to content

Commit f3cfd77

Browse files
committed
minor #727 Fix CS in agent-as-tool example (chr-hertel)
This PR was merged into the main branch. Discussion ---------- Fix CS in agent-as-tool example | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Docs? | no | Issues | | License | MIT Commits ------- c8624de Fix CS in agent-as-tool example
2 parents 6defa44 + c8624de commit f3cfd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/openai/agent-as-tool.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
use Symfony\AI\Agent\InputProcessor\SystemPromptInputProcessor;
1414
use Symfony\AI\Agent\Toolbox\AgentProcessor;
1515
use Symfony\AI\Agent\Toolbox\Tool\Agent as AgentTool;
16+
use Symfony\AI\Agent\Toolbox\Toolbox;
1617
use Symfony\AI\Agent\Toolbox\ToolFactory\ChainFactory;
1718
use Symfony\AI\Agent\Toolbox\ToolFactory\MemoryToolFactory;
1819
use Symfony\AI\Agent\Toolbox\ToolFactory\ReflectionToolFactory;
19-
use Symfony\AI\Agent\Toolbox\Toolbox;
2020
use Symfony\AI\Platform\Bridge\OpenAi\PlatformFactory;
2121
use Symfony\AI\Platform\Message\Message;
2222
use Symfony\AI\Platform\Message\MessageBag;

0 commit comments

Comments
 (0)