From 809476aa1d509c2d021c0b879256a16fc433711f Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sun, 18 Jan 2026 15:30:09 +0700 Subject: [PATCH] fix: postiz agent --- .../src/chat/tools/integration.schedule.post.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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,