sync change

This commit is contained in:
Jicheng Lu 2024-09-11 20:06:07 -05:00
parent b8f013aad2
commit af6804a6ad

View file

@ -4,7 +4,7 @@ namespace BotSharp.Plugin.TencentCos.Services;
public partial class TencentCosService
{
public bool SaveKnowledgeBaseFile(string collectionName, string vectorStoreProvider, string fileId, string fileName, Stream stream)
public bool SaveKnowledgeBaseFile(string collectionName, string vectorStoreProvider, string fileId, string fileName, BinaryData fileData)
{
throw new NotImplementedException();
}