Skip to content

Commit ead4588

Browse files
committed
rename
1 parent 3ea642d commit ead4588

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Infrastructure/BotSharp.Abstraction/Coding/Constants/BuiltInCodeProcessor.cs renamed to src/Infrastructure/BotSharp.Abstraction/Coding/Enums/BuiltInCodeProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
namespace BotSharp.Abstraction.Coding.Constants;
1+
namespace BotSharp.Abstraction.Coding.Enums;
22

33
public static class BuiltInCodeProcessor
44
{

src/Infrastructure/BotSharp.Core.Rules/Engines/RuleEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using BotSharp.Abstraction.Coding;
2-
using BotSharp.Abstraction.Coding.Constants;
2+
using BotSharp.Abstraction.Coding.Enums;
33
using BotSharp.Abstraction.Conversations;
44
using BotSharp.Abstraction.Models;
55
using BotSharp.Abstraction.Repositories.Filters;

src/Infrastructure/BotSharp.Core/Agents/Services/AgentService.Coding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using BotSharp.Abstraction.Agents.Options;
22
using BotSharp.Abstraction.Coding;
3-
using BotSharp.Abstraction.Coding.Constants;
3+
using BotSharp.Abstraction.Coding.Enums;
44
using BotSharp.Abstraction.Coding.Options;
55

66
namespace BotSharp.Core.Agents.Services;

src/Infrastructure/BotSharp.Core/Instructs/Services/InstructService.Execute.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using BotSharp.Abstraction.Coding;
2-
using BotSharp.Abstraction.Coding.Constants;
2+
using BotSharp.Abstraction.Coding.Enums;
33
using BotSharp.Abstraction.Files.Options;
44
using BotSharp.Abstraction.Files.Proccessors;
55
using BotSharp.Abstraction.Instructs;

src/Plugins/BotSharp.Plugin.PythonInterpreter/Using.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
global using BotSharp.Abstraction.Messaging.Models.RichContent.Template;
2222
global using BotSharp.Abstraction.Routing;
2323
global using BotSharp.Abstraction.Coding;
24-
global using BotSharp.Abstraction.Coding.Constants;
24+
global using BotSharp.Abstraction.Coding.Enums;
2525
global using BotSharp.Abstraction.Coding.Models;
2626
global using BotSharp.Abstraction.Coding.Options;
2727
global using BotSharp.Abstraction.Coding.Responses;

0 commit comments

Comments
 (0)