2025-10-27 13:03:22 +01:00
|
|
|
---
|
|
|
|
|
title: "Builders"
|
|
|
|
|
id: builders
|
|
|
|
|
slug: "/builders"
|
|
|
|
|
description: ""
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Builders
|
|
|
|
|
|
|
|
|
|
| Component | Description |
|
|
|
|
|
| :--------------------------------------------------------- | :----------------------------------------------------------------------------------- |
|
2025-10-30 12:43:02 +01:00
|
|
|
| [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. |
|