import CodeBlock from "@theme/CodeBlock";

# Custom list parser

This output parser can be used when you want to return a list of items with a specific length and separator.

import CustomList from "@examples/prompts/custom_list_parser.ts";

<CodeBlock language="typescript">{CustomList}</CodeBlock>