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