Address various code review comments.

Signed-off-by: Jussi Hallila <jussi@hallila.com>
This commit is contained in:
Jussi Hallila
2021-10-25 17:04:33 +02:00
parent a1afbe0498
commit df000b9596
31 changed files with 529 additions and 473 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ const myFactRetriever: FactRetriever = {
examplenumberfact: {
type: 'integer', // Type of the fact
description: 'A fact of a number', // Description of the fact
entityKinds: ['component'], // An array of entity kinds that this fact is applicable to
entityTypes: ['component'], // An array of entity kinds that this fact is applicable to
},
},
},