sync change
This commit is contained in:
parent
b8f013aad2
commit
af6804a6ad
|
|
@ -4,7 +4,7 @@ namespace BotSharp.Plugin.TencentCos.Services;
|
||||||
|
|
||||||
public partial class TencentCosService
|
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();
|
throw new NotImplementedException();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue