mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
parent
4bc6814cb3
commit
45010cf5aa
|
|
@ -9,7 +9,7 @@ export const dispatchToolParams = (props: Props): Response => {
|
|||
const { params } = props;
|
||||
|
||||
return {
|
||||
...params,
|
||||
data: params,
|
||||
[DispatchNodeResponseKeyEnum.nodeResponse]: {
|
||||
toolParamsResult: params
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue