We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8109a4b commit c9ebaacCopy full SHA for c9ebaac
1 file changed
packages/chaingraph-executor/server/services/ExecutionService.ts
@@ -229,8 +229,7 @@ export class ExecutionService implements IExecutionService {
229
if (parentInstance.row.integration?.archai) {
230
childIntegrationContext.archai = {
231
...parentInstance.row.integration?.archai,
232
- // remove chatID and messageID because it might be used in the root execution only
233
- chatID: undefined,
+ // remove messageID because it might be used in the root execution only
234
messageID: undefined,
235
}
236
0 commit comments