custom_conditional.md
from ...nodes.conditional import Conditional
class MyConditionalNode(Conditional):
def __init__(self):
super().__init__()
def condition(self, blackboard: dict) -> bool:
...Last updated
Was this helpful?
