2023-10-08 20:46:42 +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 System.Text.Json;
|
|
|
|
|
global using BotSharp.Abstraction.Conversations.Models;
|
2025-02-05 23:50:32 +00:00
|
|
|
global using BotSharp.Abstraction.Agents.Constants;
|
2023-10-08 20:46:42 +00:00
|
|
|
global using BotSharp.Abstraction.Agents.Models;
|
|
|
|
|
global using BotSharp.Abstraction.MLTasks;
|
|
|
|
|
global using Microsoft.Extensions.Configuration;
|
|
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
global using System.Text.Json.Serialization;
|
2024-12-23 02:12:35 +00:00
|
|
|
global using BotSharp.Abstraction.Utilities;
|
|
|
|
|
global using BotSharp.Plugin.GoogleAi.Settings;
|