From d78e04044abdb1e3c244f66db8ae5f8c9ed28741 Mon Sep 17 00:00:00 2001 From: Chris Bateman Date: Mon, 12 Feb 2024 09:23:29 +1100 Subject: [PATCH] Update prompts.mdx Update broken link to all page building to complete --- docs/docs/components/prompts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/components/prompts.mdx b/docs/docs/components/prompts.mdx index 4256e091a..3aafc9b96 100644 --- a/docs/docs/components/prompts.mdx +++ b/docs/docs/components/prompts.mdx @@ -21,7 +21,7 @@ The `PromptTemplate` component allows users to create prompts and define variabl Once a variable is defined in the prompt template, it becomes a component input of its own. Check out [Prompt - Customization](../guidelines/prompt-customization.mdx) to learn more. + Customization](../docs/guidelines/prompt-customization.mdx) to learn more. - **template:** Template used to format an individual request.