11 lines
432 B
C#
11 lines
432 B
C#
global using Microsoft.Extensions.Configuration;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
global using BotSharp.Abstraction.Agents.Enums;
|
|
global using BotSharp.Abstraction.Plugins;
|
|
global using BotSharp.Abstraction.Agents;
|
|
global using BotSharp.Abstraction.Conversations.Models;
|
|
global using BotSharp.Abstraction.Instructs;
|
|
global using BotSharp.Abstraction.Instructs.Models;
|
|
|
|
global using BotSharp.Abstraction.Rules; |