2023-11-29 23:23:14 +00:00
|
|
|
global using System;
|
|
|
|
|
global using System.Collections.Generic;
|
|
|
|
|
global using System.Text;
|
|
|
|
|
global using System.Threading.Tasks;
|
|
|
|
|
global using System.Linq;
|
|
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
global using Microsoft.Extensions.Configuration;
|
|
|
|
|
global using Microsoft.Extensions.Logging;
|
|
|
|
|
global using BotSharp.Abstraction.Loggers;
|
|
|
|
|
global using BotSharp.Abstraction.Agents.Models;
|
|
|
|
|
global using BotSharp.Abstraction.Conversations.Models;
|
|
|
|
|
global using BotSharp.Abstraction.Conversations;
|
|
|
|
|
global using BotSharp.Abstraction.Repositories;
|
|
|
|
|
global using BotSharp.Abstraction.Conversations.Settings;
|
2025-03-04 23:25:35 +00:00
|
|
|
global using BotSharp.Abstraction.Instructs;
|
2023-11-29 23:23:14 +00:00
|
|
|
global using BotSharp.Logger.Hooks;
|