Gwendal Daniel

Results 15 comments of Gwendal Daniel

See this piece of code: ```java private static class MyMap extends HashMap { public String getAsString(K key) { return get(key, String.class); } public Integer getAsInt(K key) { return get(key, Integer.class);...

Added label _Low Priority_: we don't use composite entities that much

**More details** Composite entity matching is supported **but** the created contexts are not right. The provider should create a _Map_ containing the referred entities, but it returns a _String_ containing...

This is not an issue in the current bots, because we use APIs that contain this information in the top-level elements of the returned JSON. Leaving this issue opened in...

Related to https://github.com/xatkit-bot-platform/xatkit-runtime/issues/46: if we are able to discard context parameters we definitely need a mechanism to ask them again