From 05bc856f08eca60aaef0288e46010fb957a5631d Mon Sep 17 00:00:00 2001 From: kodster28 Date: Wed, 18 Jun 2025 09:56:15 -0500 Subject: [PATCH 1/2] [DocsAI] Update noresponse message --- src/components/DocsAI.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DocsAI.tsx b/src/components/DocsAI.tsx index 6f7a1cc227782a..0d471445b23924 100644 --- a/src/components/DocsAI.tsx +++ b/src/components/DocsAI.tsx @@ -201,7 +201,7 @@ export default function SupportAI() { { role: "assistant", content: - "I'm unable to provide an answer to that at the moment. Please rephrase your query and I'll try again.", + "I'm unable to provide an answer to that at the moment. Rephrase your query and I'll try again.\n\nIf that doesn't help, try searching [our docs](/search/) or the [Cloudflare Community](community.cloudflare.com/search).", }, ]); throw error; From 643689e83873928185cee549ad9807cb92e2bc7d Mon Sep 17 00:00:00 2001 From: kodster28 Date: Fri, 20 Jun 2025 11:22:49 -0500 Subject: [PATCH 2/2] Update --- src/components/DocsAI.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/DocsAI.tsx b/src/components/DocsAI.tsx index 0d471445b23924..42301ed8ce33c4 100644 --- a/src/components/DocsAI.tsx +++ b/src/components/DocsAI.tsx @@ -201,7 +201,7 @@ export default function SupportAI() { { role: "assistant", content: - "I'm unable to provide an answer to that at the moment. Rephrase your query and I'll try again.\n\nIf that doesn't help, try searching [our docs](/search/) or the [Cloudflare Community](community.cloudflare.com/search).", + "We are experiencing errors with your request. These errors can be due to too many requests or an issue with our upstream model availability.\n\nTry asking again later. If that does not work, search [our docs](/search/) or the [Cloudflare Community](community.cloudflare.com/search).", }, ]); throw error;