Tools
get_code_from_multiple_node_ids
Allows retrieval of code snippets for multiple node IDs simultaneously.
Usage
The get_code_from_multiple_node_ids
tool is used when you need to fetch code snippets associated with multiple node IDs at once. This is efficient for retrieving code from various parts of your project simultaneously.
Parameters
node_ids
(list of strings): A list of node IDs for which you want to retrieve code snippets.