builders.mdx
1 --- 2 title: "Builders" 3 id: builders 4 slug: "/builders" 5 description: "" 6 --- 7 8 # Builders 9 10 | Component | Description | 11 | :--------------------------------------------------------- | :----------------------------------------------------------------------------------- | 12 | [AnswerBuilder](builders/answerbuilder.mdx) | Creates `GeneratedAnswer` objects from the query and the answer. | 13 | [PromptBuilder](builders/promptbuilder.mdx) | Renders prompt templates with given parameters. | 14 | [ChatPromptBuilder](builders/chatpromptbuilder.mdx) | PromptBuilder for chat messages. |