From 8ac6494e607b3769ee18a1d403ce2ad09330379d Mon Sep 17 00:00:00 2001 From: sbcyk <126747153+sbcyk@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:31:30 +0800 Subject: [PATCH] Update chat.md (#3746) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 示例代码的json内容少了一个引号 --- docSite/content/zh-cn/docs/development/openapi/chat.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docSite/content/zh-cn/docs/development/openapi/chat.md b/docSite/content/zh-cn/docs/development/openapi/chat.md index 808eccdee..f97a7465d 100644 --- a/docSite/content/zh-cn/docs/development/openapi/chat.md +++ b/docSite/content/zh-cn/docs/development/openapi/chat.md @@ -672,7 +672,7 @@ curl --location --request POST 'http://localhost:3000/api/core/chat/getHistories "appId": "appId", "offset": 0, "pageSize": 20, - "source: "api" + "source": "api" }' ```