We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1705e31 + c2fd80a commit 5899749Copy full SHA for 5899749
1 file changed
backend/problem/types.py
@@ -3,6 +3,7 @@
3
4
@dataclass
5
class KnowledgeBase:
6
+ id: str
7
entity1: str
8
entity2: str
9
relationship: str
0 commit comments