📝 docs(prompt-customization.mdx): add line breaks for better readability and remove unnecessary empty lines
This commit is contained in:
parent
1b09ddf667
commit
f82a97b010
1 changed files with 3 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ Variables can be used to define instructions, questions, context, inputs, or exa
|
|||
Once inserted, these variables are immediately recognized as new fields in the prompt component. Here, you can define their values within the component itself or leave a field empty to be adjusted over the chat interface.
|
||||
|
||||
{" "}
|
||||
|
||||
<ZoomableImage
|
||||
alt="Docusaurus themed image"
|
||||
sources={{
|
||||
|
|
@ -43,6 +44,7 @@ Once inserted, these variables are immediately recognized as new fields in the p
|
|||
You can also use documents or output parsers as prompt variables. By plugging them into prompt handles, they’ll disable and feed that input field.
|
||||
|
||||
{" "}
|
||||
|
||||
<ZoomableImage
|
||||
alt="Docusaurus themed image"
|
||||
sources={{
|
||||
|
|
@ -56,6 +58,7 @@ With this, users can interact with documents, webpages, or any other type of con
|
|||
If working with an interactive (chat-like) flow, remember to keep one of the input variables empty to behave as the chat input.
|
||||
|
||||
{" "}
|
||||
|
||||
<ZoomableImage
|
||||
alt="Docusaurus themed image"
|
||||
sources={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue