19 lines
785 B
C#
19 lines
785 B
C#
global using Microsoft.Extensions.Hosting;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Microsoft.Extensions.Configuration;
|
|
|
|
global using BotSharp.Core;
|
|
global using BotSharp.Core.Infrastructures;
|
|
global using BotSharp.Core.Plugins;
|
|
global using BotSharp.Logger;
|
|
global using BotSharp.Abstraction.Agents.Enums;
|
|
global using BotSharp.Abstraction.Realtime.Models;
|
|
global using BotSharp.Abstraction.Realtime;
|
|
global using BotSharp.Abstraction.Realtime.Enums;
|
|
global using BotSharp.Abstraction.Conversations.Enums;
|
|
global using BotSharp.Abstraction.Conversations.Models;
|
|
global using BotSharp.Abstraction.Conversations;
|
|
|
|
global using BotSharp.Test.RealtimeVoice.Session;
|
|
global using BotSharp.Test.RealtimeVoice.Audio;
|
|
global using BotSharp.Test.RealtimeVoice.Enums; |