Skip to content

Commit 2e2a55b

Browse files
committed
tool invocation events should carry the agent's context with them
1 parent 8c30e73 commit 2e2a55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blocks/toolDefinition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const toolDefinition: AppBlock = {
129129
},
130130
{
131131
echo: true,
132-
secondaryParentEventIds: [eventId],
132+
parentEventId: eventId,
133133
},
134134
);
135135
},

0 commit comments

Comments
 (0)