Agent Node Docs

Password Generator Tool Node

Generates a random secure password

Password Generator Tool Node

The Password Generator Node is responsible for generates a random secure password. This node allows the agent to provide informative data directly sourced from Password Generator.

Input Parameters

  • length: The length of the password. Defaults to 12.
  • include_special: Whether to include special characters. Defaults to True.

Output

dict: A dictionary containing the generated password.

Password Generator Tool Node