2025-03-31 21:43:42 +00:00
|
|
|
global using System;
|
|
|
|
|
global using System.Collections.Generic;
|
|
|
|
|
global using System.Linq;
|
|
|
|
|
global using System.Threading.Tasks;
|
|
|
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|
|
|
|
|
|
|
|
global using BotSharp.Abstraction.Agents;
|
|
|
|
|
global using BotSharp.Abstraction.Agents.Enums;
|
|
|
|
|
global using BotSharp.Abstraction.Agents.Models;
|
|
|
|
|
global using BotSharp.Abstraction.Agents.Settings;
|
|
|
|
|
global using BotSharp.Abstraction.Conversations;
|
|
|
|
|
global using BotSharp.Abstraction.Conversations.Models;
|
|
|
|
|
global using BotSharp.Abstraction.Functions;
|
|
|
|
|
global using BotSharp.Abstraction.Functions.Models;
|
|
|
|
|
global using BotSharp.Abstraction.Utilities;
|
2025-04-01 20:02:19 +00:00
|
|
|
global using BotSharp.Abstraction.MCP.Models;
|
|
|
|
|
global using BotSharp.Abstraction.MCP.Services;
|
2025-03-31 21:43:42 +00:00
|
|
|
|