This is an automated email from the ASF dual-hosted git repository.
sergeykamov pushed a commit to branch master-model
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/master-model by this push:
new a131086 WIP.
a131086 is described below
commit a131086b9ac421eeada84db4fe8aa20ce0664cb6
Author: Sergey Kamov <[email protected]>
AuthorDate: Fri Oct 8 09:51:55 2021 +0300
WIP.
---
nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java
b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java
index ce77f12..f7956e6 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/NCResult.java
@@ -26,8 +26,6 @@ import java.util.Collection;
public interface NCResult extends NCMetadata {
Collection<NCToken> getTokens();
- String getType();
-
Object getBody();
String getIntentId();