File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
BotSharp.Abstraction/Coding/Enums
BotSharp.Core.Rules/Engines
Plugins/BotSharp.Plugin.PythonInterpreter Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- namespace BotSharp . Abstraction . Coding . Constants ;
1+ namespace BotSharp . Abstraction . Coding . Enums ;
22
33public static class BuiltInCodeProcessor
44{
Original file line number Diff line number Diff line change 11using BotSharp . Abstraction . Coding ;
2- using BotSharp . Abstraction . Coding . Constants ;
2+ using BotSharp . Abstraction . Coding . Enums ;
33using BotSharp . Abstraction . Conversations ;
44using BotSharp . Abstraction . Models ;
55using BotSharp . Abstraction . Repositories . Filters ;
Original file line number Diff line number Diff line change 11using BotSharp . Abstraction . Agents . Options ;
22using BotSharp . Abstraction . Coding ;
3- using BotSharp . Abstraction . Coding . Constants ;
3+ using BotSharp . Abstraction . Coding . Enums ;
44using BotSharp . Abstraction . Coding . Options ;
55
66namespace BotSharp . Core . Agents . Services ;
Original file line number Diff line number Diff line change 11using BotSharp . Abstraction . Coding ;
2- using BotSharp . Abstraction . Coding . Constants ;
2+ using BotSharp . Abstraction . Coding . Enums ;
33using BotSharp . Abstraction . Files . Options ;
44using BotSharp . Abstraction . Files . Proccessors ;
55using BotSharp . Abstraction . Instructs ;
Original file line number Diff line number Diff line change 2121global using BotSharp . Abstraction . Messaging . Models . RichContent . Template ;
2222global using BotSharp . Abstraction . Routing ;
2323global using BotSharp . Abstraction . Coding ;
24- global using BotSharp . Abstraction . Coding . Constants ;
24+ global using BotSharp . Abstraction . Coding . Enums ;
2525global using BotSharp . Abstraction . Coding . Models ;
2626global using BotSharp . Abstraction . Coding . Options ;
2727global using BotSharp . Abstraction . Coding . Responses ;
You can’t perform that action at this time.
0 commit comments