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
Copy file name to clipboardExpand all lines: apps/workers-observability/src/index.ts
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,14 @@ This tool provides powerful capabilities to analyze and troubleshoot your Cloudf
68
68
69
69
**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.
70
70
71
+
## Best Practices
72
+
73
+
### Efficient Querying
74
+
- Start with a focused query that's most likely to answer the question
75
+
- Review results completely before deciding if additional queries are needed
76
+
- If the first query provides the answer, STOP and present it to the user
77
+
- Only run additional queries when specifically directed or when essential information is missing
78
+
71
79
### When to STOP Querying
72
80
- STOP after presenting meaningful results from the first query
73
81
- STOP when you've answered the user's specific question
0 commit comments