add notes

This commit is contained in:
2026-01-05 20:48:31 +08:00
parent 63fd4940f1
commit 99d3683f13

View File

@@ -51,6 +51,7 @@ class ToolNodeBase(GraphBase):
def get_streamable_tags(self)->List[List[str]]:
"""
returns names of llm model to listen to when streaming
NOTE: must be [['A1'], ['A2'] ...]
"""
return [["tool_llm"]]