mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 00:33:37 +08:00
feat: improve the suggest-question prompt
This commit is contained in:
parent
8174b67e24
commit
a4a85f7168
@ -601,6 +601,11 @@ class LLMGenerator:
|
|||||||
- Use {language}.
|
- Use {language}.
|
||||||
- Keep each instruction short and practical.
|
- Keep each instruction short and practical.
|
||||||
- Do not include code or variable syntax in the instructions.
|
- Do not include code or variable syntax in the instructions.
|
||||||
|
|
||||||
|
## Instruction Example
|
||||||
|
|
||||||
|
- Count the output length of the `LLM` node.
|
||||||
|
- Get the `account_list` from the `QueryAccounts` tool node's output
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user