We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8af0da commit 08643c4Copy full SHA for 08643c4
apps/sim/blocks/blocks/slack.ts
@@ -245,11 +245,9 @@ export const SlackBlock: BlockConfig<SlackResponse> = {
245
value: ['send', 'ephemeral', 'update'],
246
and: { field: 'messageFormat', value: 'blocks' },
247
},
248
- generationType: 'json-object',
249
wandConfig: {
250
enabled: true,
251
maintainHistory: true,
252
253
prompt: `You are an expert at Slack Block Kit.
254
Generate ONLY a valid JSON array of Block Kit blocks based on the user's request.
255
The output MUST be a JSON array starting with [ and ending with ].
0 commit comments