Hurozo Reasoning

For: Posting a prompt to Hurozo's reasoning engine and returns the result.

Inputs: prompt (STRING), auth_base64 (STRING), config_base64 (STRING), files (FILE, multi‑input).

Outputs: response (STRING).

Secrets: If set on the agent, HUROZO_REASONING_AUTH_B64 and HUROZO_REASONING_CONFIG_B64 override the corresponding inputs. When auth_base64 is blank, the node now looks for OPENAI_API_KEY in secrets and builds the required auth config automatically.

Files: Connect the file output of one or more Storage / File nodes to files. Each file value is an object { filename, body } where body is Base64‑encoded. The node passes the Base64 through unchanged and uploads the file(s) via multipart form‑data for the remote to decode. If a non‑object is provided, a default filename is used.

Errors: Returns "error missing auth: configure OPENAI_API_KEY as a secret or provide auth_base64" when no credentials are available, and "error" when result_b64 is missing or invalid.