15 lines
857 B
Plaintext
Raw Normal View History

---
title: "Builders"
id: builders
slug: "/builders"
description: ""
---
# Builders
| Component | Description |
| :--------------------------------------------------------- | :----------------------------------------------------------------------------------- |
| [AnswerBuilder](builders/answerbuilder.mdx) | Creates `GeneratedAnswer` objects from the query and the answer. |
| [PromptBuilder](builders/promptbuilder.mdx) | Renders prompt templates with given parameters. |
| [ChatPromptBuilder](builders/chatpromptbuilder.mdx) | PromptBuilder for chat messages. |