Added descriptions of the Note and Template components (#4560)

### What problem does this PR solve?



### Type of change


- [x] Documentation Update
This commit is contained in:
writinwaters
2025-01-21 19:51:30 +08:00
committed by GitHub
parent 21052b2972
commit a2946b0fb0
4 changed files with 74 additions and 3 deletions

View File

@ -9,7 +9,7 @@ The component that prompts the LLM to respond appropriately.
---
The **Generate** component fine-tunes the LLM and sets its prompt.
A **Generate** component fine-tunes the LLM and sets its prompt.
## Scenarios
@ -98,7 +98,7 @@ This feature is used for multi-turn dialogue *only*.
### Key (Variable)
:::danger IMPORTANT
A **Generate** component relies on variables (keys) to specify its data inputs. Its immediate upstream component is *not* necessarily its data input, and the arrows in the workflow indicate *only* the processing sequence.
A **Generate** component relies on keys (variables) to specify its data inputs. Its immediate upstream component is *not* necessarily its data input, and the arrows in the workflow indicate *only* the processing sequence.
:::
![variable_settings](https://github.com/user-attachments/assets/cb024c9e-264a-43ff-9ee7-8649afd571b0)