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