fix context bug for the first conversation.
This commit is contained in:
parent
b62f2ec695
commit
7dd78a5259
|
|
@ -81,7 +81,7 @@ Support dialogue status tracking.</PackageReleaseNotes>
|
|||
<PackageReference Include="Microsoft.AspNetCore.Cryptography.KeyDerivation" Version="2.2.0" />
|
||||
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
|
||||
<PackageReference Include="NumSharp" Version="0.6.1" />
|
||||
<PackageReference Include="NumSharp" Version="0.6.2" />
|
||||
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ namespace BotSharp.Core.ContextStorage
|
|||
}
|
||||
else
|
||||
{
|
||||
return default(T[]);
|
||||
return new T[0];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue