fix(api): fix single stepping variable loading (#25908)

This commit is contained in:
QuantumGhost
2025-09-18 17:30:02 +08:00
committed by GitHub
parent 1264e7d4f6
commit 13fe2ca8fe
2 changed files with 3 additions and 1 deletions

View File

@@ -219,7 +219,7 @@ class LLMNode(Node):
model_instance=model_instance,
)
query = None
query: str | None = None
if self._node_data.memory:
query = self._node_data.memory.query_prompt_template
if not query and (