get streamable tags bug fix

This commit is contained in:
2025-11-22 13:22:37 +08:00
parent 1995fa8317
commit 9ff786f56a

View File

@@ -52,6 +52,9 @@ class ToolNode(ToolNodeBase):
out = self.tool_agent.invoke(*inp)
return {"messages": out}
def get_streamable_tags(self):
return super().get_streamable_tags()
@dataclass