mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix: ensure tool inputs are zod validated
This commit is contained in:
parent
244945c0e7
commit
4407d5d96f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue