Skip to content

Commit f05cd4a

Browse files
authored
feat: add introspection option to action block (#932)
1 parent 6cd01d3 commit f05cd4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

blocks/action.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export interface ActionModule<
1717

1818
const actionBlock: Block<ActionModule> = {
1919
type: "actions",
20+
introspect: { includeReturn: true },
2021
adapt: <
2122
TProps = any,
2223
>(

0 commit comments

Comments
 (0)