Skip to content

Commit 2378111

Browse files
committed
ack comments
1 parent bd544a0 commit 2378111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/sim/tools/google_meet/list_conference_records.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export const listConferenceRecordsTool: ToolConfig<
4343
pageToken: {
4444
type: 'string',
4545
required: false,
46-
visibility: 'hidden',
46+
visibility: 'user-or-llm',
4747
description: 'Page token from a previous list request',
4848
},
4949
},

apps/sim/tools/google_meet/list_participants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const listParticipantsTool: ToolConfig<
4949
pageToken: {
5050
type: 'string',
5151
required: false,
52-
visibility: 'hidden',
52+
visibility: 'user-or-llm',
5353
description: 'Page token from a previous list request',
5454
},
5555
},

0 commit comments

Comments
 (0)