You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -125,6 +126,7 @@ async function generateUserInfo(
125
126
constlines: string[]=[
126
127
'# User Information',
127
128
'',
129
+
`**User ID:** ${user.id}`,
128
130
`**Full Name:** ${user.fullName}`,
129
131
`**Email:** ${user.email}`,
130
132
`**Timezone:** ${timezone}`,
@@ -150,6 +152,7 @@ async function generateUserInfo(
150
152
// Generate structured content
151
153
conststructuredContent: UserInfoStructured={
152
154
type: 'user_info',
155
+
userId: user.id,
153
156
fullName: user.fullName,
154
157
timezone: timezone,
155
158
currentLocalTime: localTime,
@@ -171,7 +174,7 @@ async function generateUserInfo(
171
174
constuserInfo={
172
175
name: ToolNames.USER_INFO,
173
176
description:
174
-
'Get comprehensive user information including full name, email, timezone with current local time, week start day preferences, current week dates, daily/weekly goal progress, and user plan (Free/Pro/Business).',
177
+
'Get comprehensive user information including user ID, full name, email, timezone with current local time, week start day preferences, current week dates, daily/weekly goal progress, and user plan (Free/Pro/Business).',
0 commit comments