Skip to content

Commit 9ebcefb

Browse files
committed
fix(gong): make toDateTime optional for list_calls, add list_trackers to workspaceId condition
1 parent 65298fe commit 9ebcefb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/sim/blocks/blocks/gong.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Return ONLY the timestamp string in ISO 8601 format - no explanations, no quotes
7676
field: 'operation',
7777
value: ['list_calls'],
7878
},
79-
required: { field: 'operation', value: 'list_calls' },
79+
mode: 'advanced',
8080
wandConfig: {
8181
enabled: true,
8282
prompt: `Generate an ISO 8601 timestamp based on the user's description.
@@ -347,6 +347,7 @@ Return ONLY the date string in YYYY-MM-DD format - no explanations, no quotes, n
347347
'get_extensive_calls',
348348
'list_library_folders',
349349
'list_flows',
350+
'list_trackers',
350351
],
351352
},
352353
mode: 'advanced',

0 commit comments

Comments
 (0)