Skip to content

Commit b5fbb25

Browse files
committed
fix(gong): align list calls block validation
1 parent c951ac6 commit b5fbb25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/blocks/blocks/gong.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ Return ONLY the JSON array - no explanations, no quotes, no extra text.`,
179179
field: 'operation',
180180
value: ['list_calls'],
181181
},
182+
required: { field: 'operation', value: 'list_calls' },
182183
wandConfig: {
183184
enabled: true,
184185
prompt: `Generate an ISO 8601 timestamp based on the user's description.
@@ -203,7 +204,6 @@ Return ONLY the timestamp string in ISO 8601 format - no explanations, no quotes
203204
field: 'operation',
204205
value: ['list_calls'],
205206
},
206-
required: { field: 'operation', value: 'list_calls' },
207207
wandConfig: {
208208
enabled: true,
209209
prompt: `Generate an ISO 8601 timestamp based on the user's description.

0 commit comments

Comments
 (0)