diff --git a/web/app/components/develop/template/template.en.mdx b/web/app/components/develop/template/template.en.mdx
index 3654b5009732b7..d6ffb8964a6845 100644
--- a/web/app/components/develop/template/template.en.mdx
+++ b/web/app/components/develop/template/template.en.mdx
@@ -168,55 +168,6 @@ For high-quality text generation, such as articles, summaries, and translations,
---
-
-
-
- Get next questions suggestions for the current message
-
- ### Path Params
-
-
-
- Message ID
-
-
-
-
-
-
-
-
- ```bash {{ title: 'cURL' }}
- curl --location --request GET '${props.appDetail.api_base_url}/messages/{message_id}/suggested' \
- --header 'Authorization: Bearer ENTER-YOUR-SECRET-KEY' \
- --header 'Content-Type: application/json' \
- ```
-
-
-
-
- ```json {{ title: 'Response' }}
- {
- "result": "success",
- "data": [
- "a",
- "b",
- "c"
- ]
- ]
- }
- ```
-
-
-
-
----
-
-
-
- 获取针对当前问题的下一步问题建议
-
- ### Path Params
-
-
-
- 消息 ID
-
-
-
-
-
-
-
-
- ```bash {{ title: 'cURL' }}
- curl --location --request GET '${props.appDetail.api_base_url}/messages/{message_id}/suggested' \
- --header 'Authorization: Bearer ENTER-YOUR-SECRET-KEY' \
- --header 'Content-Type: application/json' \
- ```
-
-
-
-
- ```json {{ title: 'Response' }}
- {
- "result": "success",
- "data": [
- "a",
- "b",
- "c"
- ]
- ]
- }
- ```
-
-
-
-
----
-