From fdae2a20aebe4c0b8f7a5e149c2f1376ca561506 Mon Sep 17 00:00:00 2001 From: Joel Date: Mon, 29 Jan 2024 11:10:07 +0800 Subject: [PATCH] fix: stop generate api doc error (#2262) --- web/app/components/develop/template/template_chat.en.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/develop/template/template_chat.en.mdx b/web/app/components/develop/template/template_chat.en.mdx index 69f6b9074b..6335e376f7 100644 --- a/web/app/components/develop/template/template_chat.en.mdx +++ b/web/app/components/develop/template/template_chat.en.mdx @@ -339,7 +339,7 @@ Chat applications support session persistence, allowing previous chat history to ### Request Body - `user` (string) Required User identifier, used to define the identity of the end-user, must be consistent with the user passed in the send message interface. - Response + ### Response - `result` (string) Always returns "success"