Harium / suneidesis

A project to represent knowledge
MIT License
2 stars 1 forks source link

[LanguageBox] Input Context #55

Closed yuripourre closed 4 years ago

yuripourre commented 4 years ago

Input should be a complex object (using hashmap)

Input {
  String query;
  // Properties should handle the conversation context like: subject, who asked, was polite, language, last messages, etc.
  Map<String, Object> properties;
}