19 lines
800 B
C#
19 lines
800 B
C#
|
|
global using System;
|
||
|
|
global using System.Collections.Generic;
|
||
|
|
global using System.Linq;
|
||
|
|
global using System.IO;
|
||
|
|
global using System.Threading.Tasks;
|
||
|
|
global using Microsoft.Extensions.DependencyInjection;
|
||
|
|
global using Microsoft.Extensions.Logging;
|
||
|
|
global using BotSharp.Abstraction.Agents.Enums;
|
||
|
|
global using BotSharp.Abstraction.Agents.Models;
|
||
|
|
global using BotSharp.Abstraction.Conversations;
|
||
|
|
global using BotSharp.Abstraction.Conversations.Models;
|
||
|
|
global using BotSharp.Abstraction.Loggers;
|
||
|
|
global using BotSharp.Abstraction.MLTasks;
|
||
|
|
global using BotSharp.Abstraction.Agents;
|
||
|
|
global using BotSharp.Abstraction.Files;
|
||
|
|
global using BotSharp.Abstraction.Files.Models;
|
||
|
|
global using BotSharp.Abstraction.Utilities;
|
||
|
|
global using BotSharp.Plugin.OpenAI.Models;
|
||
|
|
global using BotSharp.Plugin.OpenAI.Settings;
|