2025-04-07 04:15:27 +00:00
|
|
|
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;
|
2025-05-02 18:57:03 +00:00
|
|
|
global using BotSharp.Abstraction.Agents.Enums;
|
2025-04-07 04:15:27 +00:00
|
|
|
global using BotSharp.Abstraction.Realtime.Models;
|
|
|
|
|
global using BotSharp.Abstraction.Realtime;
|
|
|
|
|
global using BotSharp.Abstraction.Realtime.Enums;
|
2025-05-02 18:57:03 +00:00
|
|
|
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;
|