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
This tool provides powerful capabilities to analyze and troubleshoot your Cloudflare Workers through logs and metrics. Here's how to use it effectively:
66
67
@@ -81,7 +82,8 @@ This tool provides powerful capabilities to analyze and troubleshoot your Cloudf
81
82
- STOP when you've answered the user's specific question
82
83
- STOP when the user hasn't requested additional exploration
83
84
- Only continue if explicitly directed with "EXPLORE" or similar instruction
granularity: z.number().optional().describe("This is only used when the view is calculations - by leaving it empty workers observability will detect the correct granularity"),
337
+
granularity: z
338
+
.number()
339
+
.optional()
340
+
.describe(
341
+
'This is only used when the view is calculations - by leaving it empty workers observability will detect the correct granularity'
0 commit comments