Update base_type in RoutingVertex constructor
This commit is contained in:
parent
756a2ea81b
commit
bd0e5694da
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ class ChatVertex(StatelessVertex):
|
|||
|
||||
class RoutingVertex(StatelessVertex):
|
||||
def __init__(self, data: Dict, graph):
|
||||
super().__init__(data, graph=graph, base_type="routing")
|
||||
super().__init__(data, graph=graph, base_type="custom_components")
|
||||
self.use_result = True
|
||||
self.steps = [self._build, self._run]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue