Graph.get_tools_in_node#
- Graph.get_tools_in_node(node_index: int) List[str] [source]#
Returns toolsList (list of strings) of the tools used in the node indicated by given nodeIndex (int).
- Parameters:
node_index (int) – 1 <= nodeIndex <= total number of nodes.
- Returns:
toolsList (list of strings) of the tools used in the node indicated by given nodeIndex (int).
- Return type:
List[str]