fix: ensure tool inputs are zod validated
parent
244945c0e7
commit
4407d5d96f
|
|
@ -533,6 +533,7 @@ export namespace SessionPrompt {
|
|||
args,
|
||||
},
|
||||
)
|
||||
item.parameters.parse(args)
|
||||
const result = await item.execute(args, {
|
||||
sessionID: input.sessionID,
|
||||
abort: options.abortSignal!,
|
||||
|
|
|
|||
Loading…
Reference in New Issue