We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c59b2 commit 593d91aCopy full SHA for 593d91a
app/src/Application/Bootloader/AgentsBootloader.php
@@ -10,11 +10,11 @@
10
use App\Domain\Chat\ChatServiceInterface;
11
use App\Domain\Chat\SimpleChatService;
12
use App\Domain\MLQ\AgentPromptGenerator;
13
-use App\Domain\Tool\SchemaMapper;
14
use App\Infrastructure\RoadRunner\Chat\ChatHistoryRepository;
15
use LLM\Agents\Agent\AgentRegistry;
16
use LLM\Agents\Agent\AgentRegistryInterface;
17
use LLM\Agents\Agent\AgentRepositoryInterface;
+use LLM\Agents\JsonSchema\Mapper\SchemaMapper;
18
use LLM\Agents\LLM\AgentPromptGeneratorInterface;
19
use LLM\Agents\LLM\ContextFactoryInterface;
20
use LLM\Agents\LLM\OptionsFactoryInterface;
0 commit comments