From dfa9a91906157a12bd2aeb92ee514bfed7bd7165 Mon Sep 17 00:00:00 2001 From: Hiroshi Fujita Date: Tue, 17 Dec 2024 18:44:40 +0900 Subject: [PATCH] (doc) fix: update cURL examples to include Authorization header (#11750) --- .../components/develop/template/template_advanced_chat.en.mdx | 2 +- .../components/develop/template/template_advanced_chat.ja.mdx | 2 +- web/app/components/develop/template/template_chat.en.mdx | 2 +- web/app/components/develop/template/template_chat.ja.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/app/components/develop/template/template_advanced_chat.en.mdx b/web/app/components/develop/template/template_advanced_chat.en.mdx index 1d12a045eaf3de..5f00977e75ac85 100644 --- a/web/app/components/develop/template/template_advanced_chat.en.mdx +++ b/web/app/components/develop/template/template_advanced_chat.en.mdx @@ -675,7 +675,7 @@ Chat applications support session persistence, allowing previous chat history to - + ```bash {{ title: 'cURL' }} curl -X GET '${props.appDetail.api_base_url}/conversations?user=abc-123&last_id=&limit=20' \ diff --git a/web/app/components/develop/template/template_advanced_chat.ja.mdx b/web/app/components/develop/template/template_advanced_chat.ja.mdx index 2fc17d1ca91873..7c933598f9a440 100644 --- a/web/app/components/develop/template/template_advanced_chat.ja.mdx +++ b/web/app/components/develop/template/template_advanced_chat.ja.mdx @@ -674,7 +674,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from - + ```bash {{ title: 'cURL' }} curl -X GET '${props.appDetail.api_base_url}/conversations?user=abc-123&last_id=&limit=20' \ diff --git a/web/app/components/develop/template/template_chat.en.mdx b/web/app/components/develop/template/template_chat.en.mdx index 4e873b3294dfb1..1eb289b3c1d5c6 100644 --- a/web/app/components/develop/template/template_chat.en.mdx +++ b/web/app/components/develop/template/template_chat.en.mdx @@ -709,7 +709,7 @@ Chat applications support session persistence, allowing previous chat history to - + ```bash {{ title: 'cURL' }} curl -X GET '${props.appDetail.api_base_url}/conversations?user=abc-123&last_id=&limit=20' \ diff --git a/web/app/components/develop/template/template_chat.ja.mdx b/web/app/components/develop/template/template_chat.ja.mdx index b8914a47497ff8..fb686e0cffdaca 100644 --- a/web/app/components/develop/template/template_chat.ja.mdx +++ b/web/app/components/develop/template/template_chat.ja.mdx @@ -708,7 +708,7 @@ import { Row, Col, Properties, Property, Heading, SubProperty, Paragraph } from - + ```bash {{ title: 'cURL' }} curl -X GET '${props.appDetail.api_base_url}/conversations?user=abc-123&last_id=&limit=20' \