BotSharp/tests/BotSharp.LLM.Tests/TestBase.cs

13 lines
276 B
C#
Raw Normal View History

using BotSharp.Abstraction.Agents.Models;
using BotSharp.Abstraction.MLTasks;
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.DependencyInjection;
namespace BotSharp.Plugin.Google.Core
{
public abstract class TestBase
{
}
}