You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something to consider is to not only make knowledge gaps available on AskResult, but also on AskPlan. In some scenario's you want to determine knowledge gaps without actually executing the AskKnowledgeInteraction. The admin-ui could, for example, use this to show which knowledge interactions have knowledge gaps, but we do not want to have to execute the AskKnowledgeInteraction before determining the knowledge gaps.
The question is how the REST API can support this, as it does not distinguish between planning and executing. If needed, only the Java API should support this.
Something to consider is to not only make knowledge gaps available on
AskResult
, but also onAskPlan
. In some scenario's you want to determine knowledge gaps without actually executing theAskKnowledgeInteraction
. Theadmin-ui
could, for example, use this to show which knowledge interactions have knowledge gaps, but we do not want to have to execute theAskKnowledgeInteraction
before determining the knowledge gaps.The question is how the REST API can support this, as it does not distinguish between
planning
andexecuting
. If needed, only the Java API should support this.Originally posted by @bnouwt in #532 (comment)
The text was updated successfully, but these errors were encountered: