24 lines
1.1 KiB
C#
24 lines
1.1 KiB
C#
global using System;
|
|
global using System.Collections.Generic;
|
|
global using System.Text;
|
|
global using System.Linq;
|
|
global using System.Threading.Tasks;
|
|
global using System.ComponentModel.DataAnnotations;
|
|
global using System.Text.Json.Serialization;
|
|
global using BotSharp.Abstraction.Agents.Models;
|
|
global using BotSharp.Abstraction.Utilities;
|
|
global using BotSharp.Abstraction.Conversations.Models;
|
|
global using BotSharp.Abstraction.Agents.Enums;
|
|
global using BotSharp.Abstraction.Infrastructures.Enums;
|
|
global using BotSharp.Abstraction.Models;
|
|
global using BotSharp.Abstraction.Routing.Models;
|
|
global using BotSharp.Abstraction.Routing.Enums;
|
|
global using BotSharp.Abstraction.Templating;
|
|
global using BotSharp.Abstraction.Translation.Attributes;
|
|
global using BotSharp.Abstraction.Messaging.Enums;
|
|
global using BotSharp.Abstraction.Files.Models;
|
|
global using BotSharp.Abstraction.Files.Enums;
|
|
global using BotSharp.Abstraction.Knowledges.Models;
|
|
global using BotSharp.Abstraction.Crontab.Models;
|
|
global using BotSharp.Abstraction.MCP.Models;
|
|
global using BotSharp.Abstraction.Settings; |