Merge branch 'dev' into refactorUtils

This commit is contained in:
anovazzi1 2023-07-18 12:18:25 -03:00
commit 38f3cb0a1a
2 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ Langflows chat interface provides a user-friendly experience and functionalit
</div>
Notice that editing variables in the chat interface takes place temporarily and wont change their original value in the components once the chat is closed.
Notice that editing variables in the chat interface take place temporarily and wont change their original value in the components once the chat is closed.
<div
style={{ marginBottom: "20px", display: "flex", justifyContent: "center" }}
@ -34,7 +34,7 @@ Notice that editing variables in the chat interface takes place temporarily and
/>
</div>
To view the complete prompt in its original, structured format, simply click on the "Display Prompt" option. This feature allows you to see the prompt exactly as it entered the model.
To view the complete prompt in its original, structured format, click the "Display Prompt" option. This feature lets you see the prompt exactly as it entered the model.
<div
style={{ marginBottom: "20px", display: "flex", justifyContent: "center" }}

View file

@ -20,7 +20,7 @@ The prompt template allows users to create prompts and define variables that pro
</div>
Variables can be used to define instructions, questions, context, inputs, or examples for the model and can be created with any chosen name in curly brackets, e.g. `{variable_name}`. They act as placeholders for parts of the text that can be easily modified.
Variables can be used to define instructions, questions, context, inputs, or examples for the model and can be created with any chosen name in curly brackets, e.g., `{variable_name}`. They act as placeholders for parts of the text that can be easily modified.
<div
style={{ marginBottom: "20px", display: "flex", justifyContent: "center" }}
@ -35,7 +35,7 @@ Variables can be used to define instructions, questions, context, inputs, or exa
</div>
Once inserted, these variables are immediately recognized as new fields in the prompt component. Here, you have the option to define their values within the component itself or leave a field empty to be adjusted over the chat interface.
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.
<div
style={{ marginBottom: "20px", display: "flex", justifyContent: "center" }}
@ -49,7 +49,7 @@ Once inserted, these variables are immediately recognized as new fields in the p
/>
</div>
You can also use documents or output parsers as prompt variables. By plugging them into the prompt handles, theyll disable the input field and feed that input field.
You can also use documents or output parsers as prompt variables. By plugging them into prompt handles, theyll disable and feed that input field.
<div
style={{ marginBottom: "20px", display: "flex", justifyContent: "center" }}
@ -65,7 +65,7 @@ You can also use documents or output parsers as prompt variables. By plugging th
With this, users can interact with documents, webpages, or any other type of content directly from the prompt, which allows for seamless integration of external resources with the language model.
With this, users can interact with documents, webpages, or any other type of content directly from the prompt, which allows for seamless integration of external resources with the language model.