refactor(core): remove output paths metadata
This commit is contained in:
parent
c50554d907
commit
d6f36bb750
13 changed files with 42 additions and 105 deletions
|
|
@ -290,7 +290,6 @@ export interface ToolExecuteAfterEvent {
|
|||
readonly input: unknown
|
||||
result: ToolResultValue
|
||||
output?: ToolOutput
|
||||
outputPaths?: ReadonlyArray<string>
|
||||
}
|
||||
|
||||
export interface RegisterOptions {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue