GenAI for Summarization: Workflow Summarizer
This workflow accesses a workflow shipped automatically with the installation of KNIME Analytics Platform: Example Workflows> Basic Examples> Building a Single Classifier, extracts a JSON representation of the workflow and maps nodes to their input/output connections.
It prompts an LLM twice: first to explain the nodes used, and then to explain the workflow as a whole, taking into account the node explanation and the connection among nodes.
It manipulates the workflow-metadata.xml file of the read-in workflow to include the AI-generated workflow description, and writes it.