From a4133ba2eb710fa66097952440d24f05f3161bdb Mon Sep 17 00:00:00 2001 From: romyzilkha Date: Tue, 31 May 2022 11:53:12 -0400 Subject: [PATCH] add relations --- knowledge_graph/common_relations.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/knowledge_graph/common_relations.py b/knowledge_graph/common_relations.py index ed9c6ad..b9d9191 100644 --- a/knowledge_graph/common_relations.py +++ b/knowledge_graph/common_relations.py @@ -61,6 +61,8 @@ AGENT_MISUNDERSTANDINGS = "agent/misunderstandings" FUNCTION_PARAMETERS = "function/parameters" QUESTION_REQUIREMENTS = "question/requirements" +IMPLEMENTATION_MODULE = "implementation/module" +IMPLEMENTATION_NAME = "implementation/name" display_triplet = triplet.make_triplet(DISPLAY) trigger_triplet = triplet.make_triplet(TRIGGER)