diff --git a/libraries/nestjs-libraries/src/chat/tools/integration.schedule.post.ts b/libraries/nestjs-libraries/src/chat/tools/integration.schedule.post.ts index d10608f9..078bea72 100644 --- a/libraries/nestjs-libraries/src/chat/tools/integration.schedule.post.ts +++ b/libraries/nestjs-libraries/src/chat/tools/integration.schedule.post.ts @@ -201,11 +201,14 @@ If the tools return errors, you would need to rerun it with the right parameters ...acc, [s.key]: s.value, }), - {} as AllProvidersSettings + { + __type: integration.providerIdentifier, + } as AllProvidersSettings ), value: post.postsAndComments.map((p) => ({ content: p.content, id: makeId(10), + delay: 0, image: p.attachments.map((p) => ({ id: makeId(10), path: p,