fix(perception): pass device object to intent resolver to activate Visual Critic gate
This commit is contained in:
@@ -94,7 +94,7 @@ class TelepathicEngine:
|
||||
candidates = self._parser.get_clickable_nodes(root)
|
||||
|
||||
# 3. Resolve intent against candidates
|
||||
best_node = self._resolver.resolve(intent_description, candidates)
|
||||
best_node = self._resolver.resolve(intent_description, candidates, device=device)
|
||||
|
||||
if not best_node:
|
||||
logger.warning(f"No viable nodes found for intent: '{intent_description}'")
|
||||
|
||||
Reference in New Issue
Block a user