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
message: "Current user location is not available.",
23
+
},
24
+
null,
25
+
2,
26
+
);
27
+
}
28
+
29
+
returnJSON.stringify(
30
+
{
31
+
status: 200,
32
+
location: currentPage,
33
+
},
34
+
null,
35
+
2,
36
+
);
37
+
},
38
+
{
39
+
name: "get_user_location",
40
+
description:
41
+
"Get the user's current location in the AdminForth UI, including current page path, full path, title, and URL. Call this tool when you do not understand what the user is referring to, especially when they say here, this page, current page, opened page, or otherwise rely on page context.",
0 commit comments