2024-02-19 22:55:41 +00:00
|
|
|
global using System;
|
|
|
|
|
global using System.Collections.Generic;
|
|
|
|
|
global using System.Text;
|
|
|
|
|
global using BotSharp.Abstraction.Conversations;
|
|
|
|
|
global using BotSharp.Abstraction.Plugins;
|
|
|
|
|
global using System.Text.Json;
|
|
|
|
|
global using BotSharp.Abstraction.Conversations.Models;
|
|
|
|
|
global using Microsoft.Extensions.Configuration;
|
|
|
|
|
global using System.Threading.Tasks;
|
|
|
|
|
global using BotSharp.Abstraction.Functions;
|
|
|
|
|
global using BotSharp.Abstraction.Agents.Models;
|
|
|
|
|
global using BotSharp.Abstraction.Templating;
|
|
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
global using System.Linq;
|
|
|
|
|
global using BotSharp.Abstraction.Agents;
|
|
|
|
|
global using BotSharp.Abstraction.Utilities;
|
|
|
|
|
global using BotSharp.Abstraction.Knowledges;
|
|
|
|
|
global using BotSharp.Abstraction.Knowledges.Models;
|
|
|
|
|
global using BotSharp.Abstraction.Settings;
|
|
|
|
|
global using BotSharp.Plugin.SqlDriver.Hooks;
|
|
|
|
|
global using BotSharp.Plugin.SqlDriver.Services;
|
2024-07-15 20:06:22 +00:00
|
|
|
global using BotSharp.Plugin.SqlDriver.Enum;
|
2024-02-19 22:55:41 +00:00
|
|
|
global using BotSharp.Plugin.SqlHero.Settings;
|
|
|
|
|
global using System.Drawing;
|