Commit 45010cf5 by heheer Committed by GitHub

add tool params return (#5312)

* add tool params return

* fix
parent 4bc6814c
......@@ -9,7 +9,7 @@ export const dispatchToolParams = (props: Props): Response => {
const { params } = props;
return {
...params,
data: params,
[DispatchNodeResponseKeyEnum.nodeResponse]: {
toolParamsResult: params
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment