From c76b5d671c078205d97a9bc923531f5b6c8f70fc Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Fri, 8 Aug 2025 19:53:41 -0400 Subject: [PATCH] fix broken link --- fern/products/ask-fern/pages/configuration/custom-prompting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/ask-fern/pages/configuration/custom-prompting.mdx b/fern/products/ask-fern/pages/configuration/custom-prompting.mdx index f78f342ae..0d78a6d97 100644 --- a/fern/products/ask-fern/pages/configuration/custom-prompting.mdx +++ b/fern/products/ask-fern/pages/configuration/custom-prompting.mdx @@ -3,7 +3,7 @@ title: Custom Prompting subtitle: Learn how to add your own prompts to our AI Search feature. --- -Out of the box, our AI Search feature uses default prompts to help fine-tune search results. You can reference these in our [system prompts](https://github.com/fern-api/fern-platform/blob/app/packages/fern-docs/search-server/src/utils/system-prompt.ts) file. +Out of the box, our AI Search feature uses default prompts to help fine-tune search results. You can reference these in our [system prompts](https://github.com/fern-api/fern-platform/blob/app/packages/fern-docs/search-server/ask-fern/src/utils/system-prompt.ts) file. Customizing the system prompt gives you the ability to tailor the AI search responses to best serve your users. You can replace the default prompt with your own prompt to increase the relevance and accuracy of the results.