📝 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:
parent
68bd9ce4da
commit
0907e477fd
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue