feat: improve the suggest-question prompt

This commit is contained in:
Stream
2026-01-27 19:10:43 +08:00
parent 8174b67e24
commit a4a85f7168

View File

@@ -601,6 +601,11 @@ class LLMGenerator:
- Use {language}.
- Keep each instruction short and practical.
- 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