24 lines
954 B
C#
24 lines
954 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 Anthropic.SDK;
|
|
global using Anthropic.SDK.Constants;
|
|
global using Anthropic.SDK.Messaging;
|
|
global using BotSharp.Abstraction.Agents;
|
|
global using BotSharp.Abstraction.Agents.Constants;
|
|
global using BotSharp.Abstraction.Agents.Enums;
|
|
global using BotSharp.Abstraction.Agents.Models;
|
|
global using BotSharp.Abstraction.Conversations.Models;
|
|
global using BotSharp.Abstraction.Functions.Models;
|
|
global using BotSharp.Abstraction.Loggers;
|
|
global using BotSharp.Abstraction.MLTasks;
|
|
global using BotSharp.Abstraction.Routing;
|
|
global using BotSharp.Abstraction.Templating;
|
|
global using BotSharp.Plugin.AnthropicAI.Settings;
|
|
global using Microsoft.Extensions.DependencyInjection;
|
|
global using Microsoft.Extensions.Logging;
|
|
global using BotSharp.Abstraction.Utilities;
|