BotSharp/tests/BotSharp.LLM.Tests/TestBase.cs
Gunpal Jain 8039f7e702 feat: Added Google Live APIs
added Unit Test cases for LLM
2025-04-04 04:32:34 +05:30

13 lines
276 B
C#

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
{
}
}