Skip to content

Commit 17ecbf1

Browse files
committed
fix: clarify query generation guidelines in context_refine_node
1 parent 1af304b commit 17ecbf1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

prometheus/lang_graph/nodes/context_refine_node.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class ContextRefineNode:
4444
4545
When generating new queries, please review the previous queries to AVOID asking for the SAME or very similar information.
4646
Try to explore DIFFERENT aspects of the codebase rather than repeating similar requests, as these queries have already been asked and satisfied.
47+
ONLY generate queries about the codebase! Execution traces, error logs, or non-code information are out of scope!
4748
4849
Provide your analysis in a structured format matching the ContextRefineStructuredOutput model.
4950

0 commit comments

Comments
 (0)