Skip to main content

Node - #activity#skip_asking

  • For Xmind ChatTree, the first line of the node content must be "#activity#skip_asking", and then the content of the second line is the InfoItems. If there are multiple ones, use "|" to separate them, such as:
    #activity#skip_asking
    {...}|{...}|{...}
  • For Python ChatTree, the first parameter of chattree.create_node() must be "##activity#skip_asking", the key in the second parameter dict is "infoitem", and the value is the name of the InfoItem (str or list[str] type), such as:
    xxx_node = chattree.create_node("#activity#skip_asking", {"infoitem": ["{...}", "{...}", "{...}"]})
  • Assign the relevant InfoItem to None (note that it is not deleting the InfoItem), or you can use the code in "Python Script/Function" to achieve the same effect
  • If the "#single_turn_interact#" node where the InfoItem is defined has not been asked yet, then subsequent questions that should be asked will be skipped