[changes] Optimize the semantic pruning judgment rules
This commit is contained in:
@@ -417,7 +417,7 @@ class MemoryConfig:
|
||||
|
||||
# Ontology scene association
|
||||
scene_id: Optional[UUID] = None
|
||||
ontology_classes: Optional[list] = field(default=None)
|
||||
ontology_class_infos: list[dict] = field(default_factory=list)
|
||||
|
||||
def __post_init__(self):
|
||||
"""Validate configuration after initialization."""
|
||||
|
||||
Reference in New Issue
Block a user