mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-02-06 15:02:30 +00:00
17 lines
1.1 KiB
Plaintext
17 lines
1.1 KiB
Plaintext
---
|
|
title: "Builders"
|
|
id: builders
|
|
slug: "/builders"
|
|
description: ""
|
|
---
|
|
|
|
# Builders
|
|
|
|
| Component | Description |
|
|
| :--------------------------------------------------------- | :----------------------------------------------------------------------------------- |
|
|
| [AnswerBuilder](/docs/answerbuilder) | Creates `GeneratedAnswer` objects from the query and the answer. |
|
|
| [PromptBuilder](/docs/promptbuilder) | Renders prompt templates with given parameters. |
|
|
| [ChatPromptBuilder](/docs/chatpromptbuilder) | PromptBuilder for chat messages. |
|
|
| [DynamicPromptBuilder](/docs/dynamicpromptbuilder) | Deprecated prompt builder - use [PromptBuilder](/docs/promptbuilder) instead |
|
|
| [DynamicChatPromptBuilder](/docs/dynamicchatpromptbuilder) | Deprecated prompt builder - use [ChatPromptBuilder](/docs/chatpromptbuilder) instead |
|