The Hash Node is responsible for generates a hash of the given text. This node allows the agent to provide informative data directly sourced from Hash.
Input Parameters
- text: The text to hash.
- algorithm: The hash algorithm ('md5', 'sha1', 'sha256'). Defaults to 'sha256'.
Output
dict: A dictionary containing the hash.
