Skip to content

Commit c8baf65

Browse files
authored
Merge pull request #3 from dotnetcore/master
add text response property
2 parents ef6ff83 + 1dfb178 commit c8baf65

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

BotSharp.Platform.Models/AiResponse/AIResponse.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ public AiResponse()
1818

1919
public string Source { get; set; }
2020

21+
public string Text { get; set; }
22+
2123
public double Score { get; set; }
2224

2325
public List<NlpEntity> Entities { get; set; }

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ The Open Source AI Chatbot Platform Builder
1919
.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true
2020

2121

22-
This project is for learning purposes only, please do not use it in a production environment.
23-
**********************************************************************************************
24-
2522
*"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."*
2623

2724
**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.

README_zh.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818

1919
.. image:: https://ci.appveyor.com/api/projects/status/kar0mxwbnu8rbwkm?svg=true
2020

21-
本项目用于学习和交流人工智能聊天机器人平台构建的相关技术,本人对于任何用于生产环境而产生的风险和损失不负责任
22-
**************************************************************************************************
2321

2422
*"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."*
2523

0 commit comments

Comments
 (0)