add tool params return (#5312)

* add tool params return

* fix
This commit is contained in:
heheer 2025-07-25 13:29:01 +08:00 committed by GitHub
parent 4bc6814cb3
commit 45010cf5aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ export const dispatchToolParams = (props: Props): Response => {
const { params } = props;
return {
...params,
data: params,
[DispatchNodeResponseKeyEnum.nodeResponse]: {
toolParamsResult: params
}