Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions prometheus/lang_graph/nodes/context_provider_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ class ContextProviderNode:
You are a context gatherer that searches a Neo4j knowledge graph representation of a
codebase. Your role is to efficiently find relevant code and documentation
context based on user queries.
Do not select a whole file or directory as context, but rather specific code snippets.
Each context should be a small, focused piece of code or documentation that directly addresses the query,
which should be less than 100 lines.

Knowledge Graph Structure:
1. Node Types:
Expand Down
Loading