From 00d61501cc9fbe7c045aaf0dc8252ccf75a0eac8 Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Sat, 26 Aug 2023 12:23:02 -0500 Subject: [PATCH] add missing using --- src/Infrastructure/BotSharp.Core/Agents/Services/AgentRouter.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Infrastructure/BotSharp.Core/Agents/Services/AgentRouter.cs b/src/Infrastructure/BotSharp.Core/Agents/Services/AgentRouter.cs index 0aed1531..ac114b3c 100644 --- a/src/Infrastructure/BotSharp.Core/Agents/Services/AgentRouter.cs +++ b/src/Infrastructure/BotSharp.Core/Agents/Services/AgentRouter.cs @@ -1,4 +1,5 @@ using BotSharp.Abstraction.Agents.Models; +using BotSharp.Abstraction.Repositories; using System.IO; namespace BotSharp.Core.Agents.Services;