From d8747d8faceaf6365ba1ade71ea7d7c69e6dcb7a Mon Sep 17 00:00:00 2001 From: Jicheng Lu Date: Wed, 15 Oct 2025 19:37:01 -0500 Subject: [PATCH] move files --- .../{CodeProcessors => Coding}/ICodeProcessor.cs | 0 .../{CodeProcessors => Coding}/Options/CodeInterpretOptions.cs | 0 .../{CodeProcessors => Coding}/Responses/CodeInterpretResponse.cs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/Infrastructure/BotSharp.Abstraction/{CodeProcessors => Coding}/ICodeProcessor.cs (100%) rename src/Infrastructure/BotSharp.Abstraction/{CodeProcessors => Coding}/Options/CodeInterpretOptions.cs (100%) rename src/Infrastructure/BotSharp.Abstraction/{CodeProcessors => Coding}/Responses/CodeInterpretResponse.cs (100%) diff --git a/src/Infrastructure/BotSharp.Abstraction/CodeProcessors/ICodeProcessor.cs b/src/Infrastructure/BotSharp.Abstraction/Coding/ICodeProcessor.cs similarity index 100% rename from src/Infrastructure/BotSharp.Abstraction/CodeProcessors/ICodeProcessor.cs rename to src/Infrastructure/BotSharp.Abstraction/Coding/ICodeProcessor.cs diff --git a/src/Infrastructure/BotSharp.Abstraction/CodeProcessors/Options/CodeInterpretOptions.cs b/src/Infrastructure/BotSharp.Abstraction/Coding/Options/CodeInterpretOptions.cs similarity index 100% rename from src/Infrastructure/BotSharp.Abstraction/CodeProcessors/Options/CodeInterpretOptions.cs rename to src/Infrastructure/BotSharp.Abstraction/Coding/Options/CodeInterpretOptions.cs diff --git a/src/Infrastructure/BotSharp.Abstraction/CodeProcessors/Responses/CodeInterpretResponse.cs b/src/Infrastructure/BotSharp.Abstraction/Coding/Responses/CodeInterpretResponse.cs similarity index 100% rename from src/Infrastructure/BotSharp.Abstraction/CodeProcessors/Responses/CodeInterpretResponse.cs rename to src/Infrastructure/BotSharp.Abstraction/Coding/Responses/CodeInterpretResponse.cs