fix: buitin tool aippt (#10234)
Co-authored-by: jinqi.guo <jinqi.guo@ubtrobot.com>
This commit is contained in:
parent
6b0de08157
commit
971defbbbd
2 changed files with 50 additions and 30 deletions
|
|
@ -53,7 +53,7 @@ class ToolNode(BaseNode[ToolNodeData]):
|
|||
)
|
||||
|
||||
# get parameters
|
||||
tool_parameters = tool_runtime.get_runtime_parameters() or []
|
||||
tool_parameters = tool_runtime.parameters or []
|
||||
parameters = self._generate_parameters(
|
||||
tool_parameters=tool_parameters,
|
||||
variable_pool=self.graph_runtime_state.variable_pool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue