17 lines
237 B
C#
17 lines
237 B
C#
using BS.Shared;
|
|
using BS.Shared.Exceptions;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace AICore.Prompt.Core
|
|
{
|
|
public static class AiUtils
|
|
{
|
|
|
|
|
|
}
|
|
}
|