From 0907e477fd4ff1abdc6ee2d975b75887dfb6b20c Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Mon, 31 Jul 2023 18:46:31 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(custom-component.mdx):=20im?= =?UTF-8?q?prove=20clarity=20by=20emphasizing=20the=20`--components-path`?= =?UTF-8?q?=20argument=20using=20italics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 📝 docs(chatprompttemplate_guide.mdx): update the "Prompt" field text to use italics for better readability --- docs/docs/guidelines/custom-component.mdx | 2 +- docs/docs/guides/chatprompttemplate_guide.mdx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/guidelines/custom-component.mdx b/docs/docs/guidelines/custom-component.mdx index 106a5f918..b6f130e4c 100644 --- a/docs/docs/guidelines/custom-component.mdx +++ b/docs/docs/guidelines/custom-component.mdx @@ -374,7 +374,7 @@ Your structure should look something like this: ### Loading Custom Components -You can specify the path to your custom components using the `--components-path` argument when running the Langflow CLI, as shown below: +You can specify the path to your custom components using the _`--components-path`_ argument when running the Langflow CLI, as shown below: ```bash langflow --components-path /path/to/components diff --git a/docs/docs/guides/chatprompttemplate_guide.mdx b/docs/docs/guides/chatprompttemplate_guide.mdx index 422bb6420..05a8f3333 100644 --- a/docs/docs/guides/chatprompttemplate_guide.mdx +++ b/docs/docs/guides/chatprompttemplate_guide.mdx @@ -39,8 +39,7 @@ In this guide, we will modify the "Basic Chat with Prompt and History" example, 5. Open the "Prompt" field on the SystemMessagePromptTemplate component. -6. Enter the text: `You are a {role} that {behavior}.` - +6. Enter the text: _`You are a {role} that {behavior}.`_ 7. Save your changes by clicking on "Check & Save". 8. Define the 'role' variable by typing "obedient assistant".