21 lines
860 B
C#
21 lines
860 B
C#
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;
|
|
global using BotSharp.Abstraction.Agents.Models;
|
|
global using BotSharp.Abstraction.MLTasks;
|
|
global using Microsoft.Extensions.Configuration;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Microsoft.Extensions.Logging;
|
|
global using System.Text.Json.Serialization;
|
|
global using BotSharp.Abstraction.Utilities;
|
|
global using BotSharp.Abstraction.Agents.Enums;
|
|
global using BotSharp.Abstraction.Conversations;
|
|
global using BotSharp.Abstraction.Conversations.Settings;
|
|
global using BotSharp.Plugin.LLamaSharp.Settings;
|
|
global using BotSharp.Plugins.LLamaSharp;
|
|
global using LLama;
|
|
global using LLama.Common; |