fix: preserve metadata from MCP tool results in tool.execute.after hook (#3573)
This commit is contained in:
parent
42e0b47a7d
commit
149f5eaa2e
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ export namespace SessionPrompt {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
title: "",
|
title: "",
|
||||||
metadata: {},
|
metadata: result.metadata ?? {},
|
||||||
output,
|
output,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue