ComfyUI Node
Symbiotica Client Examples
Several of the client's own briefs as ONE text block, for showing an LLM what a client prompt for this asset type looks like. Order Assets emits the same records as lists, which fans the graph out and runs the lane once per asset; this collapses them into a single string, so an LLM node downstream runs ONCE and sees every example at the same time.
Symbiotica Client Examples
- order
- examples
- count
◄category►
◄limit0►
Categorysymbiotica/pipeline
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| order | SYMBIOTICA_ORDER | — | |
| category | STRING | One asset type, or empty for every type. Narrow it to the type you are writing a prompt block for. | |
| limit | INT | 00–50 | How many briefs to include. 0 keeps every asset of the type; a smaller number keeps the first N and says so in the header. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| examples | STRING | A header naming the type and how many briefs follow, then the briefs themselves, numbered, verbatim from the order sheet. |
| count | INT | How many briefs the text holds. |