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

11 lines
432 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;
2025-01-24 21:50:28 +00:00
global using BotSharp.Abstraction.Instructs.Models;
global using BotSharp.Abstraction.Rules;