Skip to content

Commit

Permalink
update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirenmathur committed Oct 28, 2024
1 parent 0e025be commit 4a762b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run_tool(self, project_id: str, node_ids: List[str]) -> Dict[str, Any]:
Args:
project_id (str): Project ID.
node_ids (List[str]): List of node IDs to retrieve neighbors for.
node_ids (List[str]): List of node IDs to retrieve neighbors for. Should contain atleast one node ID.
Returns:
Dict[str, Any]: Neighbor data or error message.
Expand All @@ -63,7 +63,7 @@ async def run(self, project_id: str, node_ids: List[str]) -> Dict[str, Any]:
Args:
project_id (str): Project ID.
node_ids (List[str]): List of node IDs to retrieve neighbors for.
node_ids (List[str]): List of node IDs to retrieve neighbors for. Should contain atleast one node ID.
Returns:
Dict[str, Any]: Neighbor data or error message.
Expand Down

0 comments on commit 4a762b5

Please sign in to comment.