mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-05 03:28:09 +00:00
* Update versionedReferenceLinks.js * fixing all links * github-hanlp-swap --------- Co-authored-by: Stefano Fiorucci <stefanofiorucci@gmail.com>
15 lines
857 B
Plaintext
15 lines
857 B
Plaintext
---
|
|
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. |
|