import CodeBlock from "@theme/CodeBlock";

# Combining output parsers

Output parsers can be combined using `CombiningOutputParser`. This output parser takes in a list of output parsers, and will ask for (and parse) a combined output that contains all the fields of all the parsers.

import Combining from "@examples/prompts/combining_parser.ts";

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