27 lines
957 B
C#
27 lines
957 B
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Linq;
|
|
global using System.Text;
|
|
global using System.Text.Json;
|
|
global using System.Threading.Tasks;
|
|
|
|
global using BotSharp.Abstraction.Agents;
|
|
global using BotSharp.Abstraction.Conversations;
|
|
global using BotSharp.Abstraction.Conversations.Models;
|
|
global using BotSharp.Abstraction.Files;
|
|
global using BotSharp.Abstraction.Functions;
|
|
global using BotSharp.Abstraction.Options;
|
|
global using BotSharp.Abstraction.Agents.Enums;
|
|
global using BotSharp.Abstraction.Agents.Models;
|
|
global using BotSharp.Abstraction.Agents.Settings;
|
|
global using BotSharp.Abstraction.Functions.Models;
|
|
global using BotSharp.Abstraction.Repositories;
|
|
global using BotSharp.Abstraction.Utilities;
|
|
|
|
global using BotSharp.Plugin.ExcelHandler.Enums;
|
|
global using BotSharp.Plugin.ExcelHandler.LlmContexts;
|
|
|
|
global using Microsoft.Extensions.Logging;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
|