get streamable tags bug fix
This commit is contained in:
@@ -53,6 +53,9 @@ class ToolNode(ToolNodeBase):
|
|||||||
out = self.tool_agent.invoke(*inp)
|
out = self.tool_agent.invoke(*inp)
|
||||||
return {"messages": out}
|
return {"messages": out}
|
||||||
|
|
||||||
|
def get_streamable_tags(self):
|
||||||
|
return super().get_streamable_tags()
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class ChattyToolNodeConfig(KeyConfig, ToolNodeConfig):
|
class ChattyToolNodeConfig(KeyConfig, ToolNodeConfig):
|
||||||
|
|||||||
Reference in New Issue
Block a user