Nodes/Multimodal — LLM (Local-first: GGUF + Transformers)/Multimodal — Context schema builder (template → prompt)
ComfyUI Node
Multimodal — Context schema builder (template → prompt)
A ComfyUI node in llm/multimodal with 5 inputs and 2 outputs.
Multimodal — Context schema builder (template → prompt)
- system_prompt_addition
- prompt_wrapped
◄schema_json_template{
"answer": "",
"should_update_context": false,
"context": ""
}
►
◄context_open_tag<context>►
◄context_close_tag</context>►
◄base_instructionsReturn ONLY JSON matching the template. If context needs updating, write the FULL updated context inside <context>...</context> (and also fill the context field).►
◄user_prompt►
Categoryllm/multimodal
Inputs (5)
| Name | Type | Default | Description |
|---|---|---|---|
| schema_json_template | STRING | { "answer": "", "should_update_context": false, "context": "" } | — |
| context_open_tag | STRING | <context> | — |
| context_close_tag | STRING | </context> | — |
| base_instructions | STRING | Return ONLY JSON matching the template. If context needs updating, write the FULL updated context inside <context>...</context> (and also fill the context field). | — |
| user_prompt | STRING | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| system_prompt_addition | STRING | — |
| prompt_wrapped | STRING | — |