-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi,
Thank you for making this data available — it’s been very helpful.
I have a question regarding how the system nodes operate to refine the LLM-generated generic workflows, as described in the paper.
From my understanding, the Thing Data (TD) provided to the LLM do not include URIs or other low-level implementation details, allowing the LLM to generate workflows at a high level. Then, during the deployment phase, it seems that the system nodes are responsible for refining these workflows by adding URIs and other specific details, making the final deployable workflows.
Could you please clarify how this refinement is handled automatically by the system nodes? Any code or more data would be appreciated. In addition, would you like to share your thoughts on the need of these system nodes in the presence of node-red-node-wot?
Thank you!