diff --git a/BotSharp.Platform.Models/AiResponse/AIResponse.cs b/BotSharp.Platform.Models/AiResponse/AIResponse.cs index 5158f6f55..14d4efed4 100644 --- a/BotSharp.Platform.Models/AiResponse/AIResponse.cs +++ b/BotSharp.Platform.Models/AiResponse/AIResponse.cs @@ -18,6 +18,8 @@ public AiResponse() public string Source { get; set; } + public string Text { get; set; } + public double Score { get; set; } public List Entities { get; set; } diff --git a/README.rst b/README.rst index 721e3cde0..4c2c4594e 100644 --- a/README.rst +++ b/README.rst @@ -19,9 +19,6 @@ The Open Source AI Chatbot Platform Builder .. 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. -********************************************************************************************** - *"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."* **BotSharp** is an open source machine learning framework for AI Bot platform builder. This project involves natural language understanding, computer vision and audio processing technologies, and aims to promote the development and application of intelligent robot assistants in information systems. Out-of-the-box machine learning algorithms allow ordinary programmers to develop artificial intelligence applications faster and easier. diff --git a/README_zh.rst b/README_zh.rst index 014701efc..61dda5bc8 100644 --- a/README_zh.rst +++ b/README_zh.rst @@ -18,8 +18,6 @@ .. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true -本项目用于学习和交流人工智能聊天机器人平台构建的相关技术,本人对于任何用于生产环境而产生的风险和损失不负责任 -************************************************************************************************** *"Conversation as a platform (CaaP) is the future, so it's perfect that we're already offering the whole toolkits to our .NET developers using the BotSharp AI BOT Platform Builder to build a CaaP. It opens up as much learning power as possible for your own robots and precisely control every step of the AI processing pipeline."*