BotSharp/src/Infrastructure/BotSharp.Core.Rules/Using.cs

9 lines
390 B
C#
Raw Normal View History

2025-01-02 21:29:30 +00:00
global using Microsoft.Extensions.Configuration;
global using Microsoft.Extensions.DependencyInjection;
2024-12-02 21:18:16 +00:00
global using BotSharp.Abstraction.Agents.Enums;
global using BotSharp.Abstraction.Plugins;
2025-01-02 21:29:30 +00:00
global using BotSharp.Abstraction.Agents;
global using BotSharp.Abstraction.Conversations.Models;
global using BotSharp.Abstraction.Instructs;
global using BotSharp.Abstraction.Instructs.Models;