Skip to content

Commit 111952e

Browse files
committed
try prevent extra responses
1 parent 6224f98 commit 111952e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/workers-observability/src/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ This tool provides powerful capabilities to analyze and troubleshoot your Cloudf
6868
6969
**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.
7070
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+
7179
### When to STOP Querying
7280
- STOP after presenting meaningful results from the first query
7381
- STOP when you've answered the user's specific question

0 commit comments

Comments
 (0)