mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-01 04:23:16 +00:00
14 lines
705 B
Plaintext
14 lines
705 B
Plaintext
---
|
|
title: "Builders"
|
|
id: builders
|
|
slug: "/builders"
|
|
---
|
|
|
|
# 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. |
|