Skip to content

Commit c9ebaac

Browse files
committed
feat: remove chatID and messageID from child integration context to prevent root execution conflicts
1 parent 8109a4b commit c9ebaac

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/chaingraph-executor/server/services/ExecutionService.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,7 @@ export class ExecutionService implements IExecutionService {
229229
if (parentInstance.row.integration?.archai) {
230230
childIntegrationContext.archai = {
231231
...parentInstance.row.integration?.archai,
232-
// remove chatID and messageID because it might be used in the root execution only
233-
chatID: undefined,
232+
// remove messageID because it might be used in the root execution only
234233
messageID: undefined,
235234
}
236235
}

0 commit comments

Comments
 (0)