feat: add canonical typed tool outputs
This commit is contained in:
@@ -226,8 +226,7 @@ export function apply(ctx: Context, config: Config): void {
|
||||
return { ...downstream, additionalContexts: prependContext(context, downstream.additionalContexts) }
|
||||
}
|
||||
return {
|
||||
kind: 'accept',
|
||||
...downstream.content !== undefined ? { content: downstream.content } : {},
|
||||
...downstream,
|
||||
additionalContexts: prependContext(context, downstream.additionalContexts),
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user