Item List Output Parser

Parse LLM output into a list of items on indie.money.

Written By Philippe

Last updated 2 days ago

Item List Output Parser

βœ… Supported β€” Full feature parity

What It Does

Turns a model's text response into a clean list of items β€” one entry per line or bullet β€” so downstream nodes receive an array instead of a block of text.

Connections

Connect it to the Output Parser input of an Agent or chain.

Compatibility

FeatureStatus
Newline / bullet separated listsSupported
Custom number of itemsSupported

Notes

  • For structured objects (typed fields, JSON schema) use the Output Parser Structured node instead.