📝 docs(custom-component.mdx): improve clarity by emphasizing the --components-path argument using italics

📝 docs(chatprompttemplate_guide.mdx): update the "Prompt" field text to use italics for better readability
This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-31 18:46:31 -03:00
commit 0907e477fd
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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".