Clinical Note Execution
The document explains the process of generating and executing notes through a system involving template selection, server-side actions, and template processing.
{
"chainId": "template.id",
"name": "template.title",
"execution": "parallel",
"tasks": [...] // tasks can be LLMChain or LLMTask
}{
"chainId": "section.id",
"name": "section.title",
"execution": "sequential",
"tasks": [...]
}Last updated
