17 lines
638 B
C#
17 lines
638 B
C#
global using Microsoft.Extensions.Logging;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
global using System.Text;
|
|
global using System.Text.Json;
|
|
|
|
global using BotSharp.Abstraction.Realtime;
|
|
global using BotSharp.Abstraction.Realtime.Models;
|
|
global using BotSharp.Abstraction.MLTasks;
|
|
global using BotSharp.Abstraction.Conversations.Enums;
|
|
global using BotSharp.Abstraction.Routing.Models;
|
|
global using BotSharp.Abstraction.Conversations;
|
|
global using BotSharp.Abstraction.Agents;
|
|
global using BotSharp.Abstraction.Routing;
|
|
global using BotSharp.Abstraction.Agents.Enums;
|
|
global using BotSharp.Abstraction.Conversations.Models;
|