mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-24 05:34:05 +00:00
* Update documentation and remove unused assets. Enhanced the 'agents' and 'components' sections with clearer descriptions and examples. Removed obsolete images and updated links for better navigation. Adjusted formatting for consistency across various documentation pages. * remove dependency * address comments * delete more empty pages * broken link * unduplicate headings * alphabetical components nav
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. |
|