custom_update.md
from ...nodes.update import Update
class MyUpdateNode(Update):
def __init__(self):
super().__init__()
def update_blackboard(self, blackboard: dict) -> str:
...Last updated
Was this helpful?
from ...nodes.update import Update
class MyUpdateNode(Update):
def __init__(self):
super().__init__()
def update_blackboard(self, blackboard: dict) -> str:
...Last updated
Was this helpful?
Was this helpful?