mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 23:59:45 +08:00
fix: mcp params error(issues/6050) (#6058)
This commit is contained in:
parent
05e2666998
commit
3909c3c0e4
@ -412,6 +412,7 @@ export function upsertMCPToolResponse(
|
|||||||
const cur = {
|
const cur = {
|
||||||
...results[index],
|
...results[index],
|
||||||
response: resp.response,
|
response: resp.response,
|
||||||
|
arguments: resp.arguments,
|
||||||
status: resp.status
|
status: resp.status
|
||||||
}
|
}
|
||||||
results[index] = cur
|
results[index] = cur
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user