From d24fe427855e25c27282b0e6e288d139742b9749 Mon Sep 17 00:00:00 2001 From: Jicheng Lu Date: Wed, 28 May 2025 19:21:14 -0500 Subject: [PATCH] clean code --- .../BotSharp.OpenAPI/Controllers/InstructModeController.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Infrastructure/BotSharp.OpenAPI/Controllers/InstructModeController.cs b/src/Infrastructure/BotSharp.OpenAPI/Controllers/InstructModeController.cs index d25003c2..42e0d2c8 100644 --- a/src/Infrastructure/BotSharp.OpenAPI/Controllers/InstructModeController.cs +++ b/src/Infrastructure/BotSharp.OpenAPI/Controllers/InstructModeController.cs @@ -1,12 +1,9 @@ using BotSharp.Abstraction.Agents.Models; using BotSharp.Abstraction.Files.Utilities; -using BotSharp.Abstraction.Infrastructures; using BotSharp.Abstraction.Instructs; using BotSharp.Abstraction.Instructs.Models; using BotSharp.Core.Infrastructures; using BotSharp.OpenAPI.ViewModels.Instructs; -using BotSharp.OpenAPI.ViewModels.Instructs.Request; -using static System.Net.Mime.MediaTypeNames; namespace BotSharp.OpenAPI.Controllers;