Feat: Render tool metadata after permission rejection. (#1949)

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle
2025-08-15 04:16:40 -07:00
committed by GitHub
parent 8355ee2061
commit 0befc5d602
6 changed files with 34 additions and 9 deletions

View File

@@ -347,6 +347,9 @@ export type ToolStateError = {
input: {
[key: string]: unknown
}
metadata: {
[key: string]: unknown
}
error: string
time: {
start: number