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
* Add prompt to better handle multi account users
* replace javascript with prompts
* format setActiveAccount method
* more workers observability prompt improvements
* remove the old workers logs api
* remove the old workers logs tool
* improve the keys and values tool descriptions
* remove unecessary log
* try prevent extra responses
* try prevent extra responses
* improve calculations
* improve calculations
* formatting
This tool provides powerful capabilities to analyze and troubleshoot your Cloudflare Workers through logs and metrics. Here's how to use it effectively:
67
+
68
+
## IMPORTANT: Query Discipline
69
+
70
+
**STOP after the first successful query if it answers the user's question.** Do not run multiple queries unless absolutely necessary. The first query often contains the answer - review it thoroughly before running additional queries.
71
+
72
+
## Best Practices
73
+
74
+
### Efficient Querying
75
+
- Start with a focused query that's most likely to answer the question
76
+
- Review results completely before deciding if additional queries are needed
77
+
- If the first query provides the answer, STOP and present it to the user
78
+
- Only run additional queries when specifically directed or when essential information is missing
79
+
80
+
### When to STOP Querying
81
+
- STOP after presenting meaningful results from the first query
82
+
- STOP when you've answered the user's specific question
83
+
- STOP when the user hasn't requested additional exploration
84
+
- Only continue if explicitly directed with "EXPLORE" or similar instruction
0 commit comments