From a4a85f7168e31d8a4df4e1510f9c17907e773dfd Mon Sep 17 00:00:00 2001 From: Stream Date: Tue, 27 Jan 2026 19:10:43 +0800 Subject: [PATCH] feat: improve the `suggest-question` prompt --- api/core/llm_generator/llm_generator.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/api/core/llm_generator/llm_generator.py b/api/core/llm_generator/llm_generator.py index d43b1b0588..ab24c4328e 100644 --- a/api/core/llm_generator/llm_generator.py +++ b/api/core/llm_generator/llm_generator.py @@ -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