fix compile error.
This commit is contained in:
parent
1427a01580
commit
6c2b2eac1b
|
|
@ -23,7 +23,7 @@ namespace BotSharp.Core.UnitTest.Performance
|
|||
int correct = 0;
|
||||
List<Tuple<string, string>> errors = new List<Tuple<string, string>>();
|
||||
|
||||
var agent = LoadAgent();
|
||||
// var agent = LoadAgent();
|
||||
|
||||
/*for (int i = 0; i < Samples.Count; i++)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -84,7 +84,6 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\botsharp-dialogflow\BotSharp.Platform.Dialogflow\BotSharp.Platform.Dialogflow.csproj" />
|
||||
<ProjectReference Include="..\BotSharp.Core\BotSharp.Core.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
26
BotSharp.sln
26
BotSharp.sln
|
|
@ -17,8 +17,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotSharp.Platform.Abstracti
|
|||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotSharp.Platform.Models", "BotSharp.Platform.Models\BotSharp.Platform.Models.csproj", "{C4F2EAE5-F2C7-4F52-9DB2-7E76D7080C72}"
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BotSharp.Platform.Dialogflow", "..\botsharp-dialogflow\BotSharp.Platform.Dialogflow\BotSharp.Platform.Dialogflow.csproj", "{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
ARTICULATE|Any CPU = ARTICULATE|Any CPU
|
||||
|
|
@ -155,30 +153,6 @@ Global
|
|||
{C4F2EAE5-F2C7-4F52-9DB2-7E76D7080C72}.Test|Any CPU.Build.0 = Release|Any CPU
|
||||
{C4F2EAE5-F2C7-4F52-9DB2-7E76D7080C72}.Test|x64.ActiveCfg = Release|Any CPU
|
||||
{C4F2EAE5-F2C7-4F52-9DB2-7E76D7080C72}.Test|x64.Build.0 = Release|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.ARTICULATE|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.ARTICULATE|Any CPU.Build.0 = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.ARTICULATE|x64.ActiveCfg = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.ARTICULATE|x64.Build.0 = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Debug|x64.ActiveCfg = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Debug|x64.Build.0 = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.DIALOGFLOW|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.DIALOGFLOW|Any CPU.Build.0 = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.DIALOGFLOW|x64.ActiveCfg = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.DIALOGFLOW|x64.Build.0 = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.RASA|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.RASA|Any CPU.Build.0 = Release|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.RASA|x64.ActiveCfg = Release|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.RASA|x64.Build.0 = Release|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Release|x64.ActiveCfg = Release|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Release|x64.Build.0 = Release|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Test|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Test|Any CPU.Build.0 = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Test|x64.ActiveCfg = Debug|Any CPU
|
||||
{6A7E5DC1-3AE3-42C1-8F67-3131783646EB}.Test|x64.Build.0 = Debug|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ The Open Source AI Chatbot Platform Builder
|
|||
:alt: NuGet
|
||||
:align: left
|
||||
|
||||
.. image:: https://ci.appveyor.com/api/projects/status/uqyf823c9strb1q6?svg=true
|
||||
.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true
|
||||
|
||||
|
||||
This project is for learning purposes only, please do not use it in a production environment.
|
||||
|
|
|
|||
|
|
@ -14,6 +14,9 @@
|
|||
.. image:: https://img.shields.io/nuget/dt/EntityFrameworkCore.BootKit.svg
|
||||
:target: `botsharpnuget`_
|
||||
:alt: NuGet
|
||||
:align: left
|
||||
|
||||
.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true
|
||||
|
||||
本项目用于学习和交流人工智能聊天机器人平台构建的相关技术,本人对于任何用于生产环境而产生的风险和损失不负责任
|
||||
**************************************************************************************************
|
||||
|
|
@ -64,8 +67,11 @@ BotSharp uses component design, the kernel is kept to a minimum, and business fu
|
|||
* BotSharp platform emulator extension which is compatible with RASA NLU. `botsharp-rasa`_
|
||||
* BotSharp platform emulator extension which is compatible with Google Dialogflow. `botsharp-dialogflow`_
|
||||
* BotSharp platform emulator extension which is compatible with Articulate AI. `botsharp-articulate`_
|
||||
* BotSharp platform emulator extension which is compatible with RasaTalk. `botsharp-rasatalk`_
|
||||
* A channel module of BotSharp for Facebook Messenger. `botsharp-channel-fbmessenger`_
|
||||
* A channel module of BotSharp for Tencent Weixin. `botsharp-channel-weixin`_
|
||||
* A channel module of BotSharp for Tencent Wechat. `botsharp-channel-weixin`_
|
||||
* A channel module of BotSharp for Telegram. `botsharp-channel-telegram`_
|
||||
* Articulate UI customized for BotSharp NLU. `articulate-ui`_
|
||||
|
||||
Documents
|
||||
---------
|
||||
|
|
@ -86,13 +92,16 @@ Scan to join group in Wechat
|
|||
|
||||
.. _Docker: https://www.docker.com
|
||||
.. _Rasa UI: https://github.com/paschmann/rasa-ui
|
||||
.. _Articulate UI: https://spg.ai/projects/articulate
|
||||
.. _Articulate UI: https://github.com/Oceania2018/articulate-ui
|
||||
.. _gitter: https://gitter.im/botsharpcore/Lobby
|
||||
.. _license: https://raw.githubusercontent.com/Oceania2018/BotSharp/master/LICENSE
|
||||
.. _botsharpnuget: https://www.nuget.org/packages/BotSharp.Core
|
||||
.. _botsharp-rasa: https://github.com/Oceania2018/botsharp-rasa
|
||||
.. _botsharp-dialogflow: https://github.com/Oceania2018/botsharp-dialogflow
|
||||
.. _botsharp-articulate: https://github.com/Oceania2018/botsharp-articulate
|
||||
.. _botsharp-rasatalk: https://github.com/Obrain2016/botsharp-rasatalk
|
||||
.. _botsharp-channel-fbmessenger: https://github.com/Oceania2018/botsharp-channel-fbmessenger
|
||||
.. _botsharp-channel-weixin: https://github.com/Oceania2018/botsharp-channel-weixin
|
||||
.. _botsharp-channel-telegram: https://github.com/Oceania2018/botsharp-channel-telegram
|
||||
.. _articulate-ui: https://github.com/Oceania2018/articulate-ui
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue