Skip to content

Commit 08643c4

Browse files
committed
fix generation type
1 parent b8af0da commit 08643c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/sim/blocks/blocks/slack.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,11 +245,9 @@ export const SlackBlock: BlockConfig<SlackResponse> = {
245245
value: ['send', 'ephemeral', 'update'],
246246
and: { field: 'messageFormat', value: 'blocks' },
247247
},
248-
generationType: 'json-object',
249248
wandConfig: {
250249
enabled: true,
251250
maintainHistory: true,
252-
generationType: 'json-object',
253251
prompt: `You are an expert at Slack Block Kit.
254252
Generate ONLY a valid JSON array of Block Kit blocks based on the user's request.
255253
The output MUST be a JSON array starting with [ and ending with ].

0 commit comments

Comments
 (0)