Skip to content

Commit 593d91a

Browse files
committed
Fixes Kernel JsonSchema bootloader
1 parent 80c59b2 commit 593d91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/Application/Bootloader/AgentsBootloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
use App\Domain\Chat\ChatServiceInterface;
1111
use App\Domain\Chat\SimpleChatService;
1212
use App\Domain\MLQ\AgentPromptGenerator;
13-
use App\Domain\Tool\SchemaMapper;
1413
use App\Infrastructure\RoadRunner\Chat\ChatHistoryRepository;
1514
use LLM\Agents\Agent\AgentRegistry;
1615
use LLM\Agents\Agent\AgentRegistryInterface;
1716
use LLM\Agents\Agent\AgentRepositoryInterface;
17+
use LLM\Agents\JsonSchema\Mapper\SchemaMapper;
1818
use LLM\Agents\LLM\AgentPromptGeneratorInterface;
1919
use LLM\Agents\LLM\ContextFactoryInterface;
2020
use LLM\Agents\LLM\OptionsFactoryInterface;

0 commit comments

Comments
 (0)