Skip to content

Commit 4458216

Browse files
committed
fix(flint): drop json-object generation type so the wand emits the pages array
1 parent 511c1c0 commit 4458216

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

apps/sim/blocks/blocks/flint.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ Each page object must have exactly these fields:
9696
- "context": Content details the agent should use to fill in the template
9797
9898
The array must contain between 1 and 10 items.
99-
Return ONLY valid JSON - no explanations, no markdown code blocks.`,
99+
Return ONLY the raw JSON array starting with [ and ending with ] - no explanations, no markdown code blocks.`,
100100
placeholder: 'Describe the pages you want to generate...',
101-
generationType: 'json-object',
102101
},
103102
},
104103
{

0 commit comments

Comments
 (0)