Skip to content

Commit 9d3174c

Browse files
committed
change main directory name
1 parent 7210556 commit 9d3174c

File tree

16 files changed

+8
-4
lines changed

16 files changed

+8
-4
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ class Prompts(str, Enum):
2020
"""
2121

2222
QUERY_PROMPT = """
23-
You are a PhD researcher. Given a user query, first decide whether the query is too complex for a Google Search to yield results that can lead to codebases.
23+
You are a PhD researcher. LET US THINK STEP BY STEP.
2424
25-
If the query is simple enough, you can just return the query directly.
25+
Given a user query, first decide whether the query is too complex for a Google Search to yield results that can lead to codebases. If the query is simple enough, you can just return the query directly.
2626
27-
Else if the query is too complex, break the query down into smaller sub-queries. You may come up with up to 3 relevant prompts that can result in relevant codebases through a Google search.
27+
Else if the query is too complex, break the query down into smaller sub-queries. You may come up with UP TO 5 relevant prompts that can result in relevant codebases through a Google search.
2828
2929
Do NOT output anything other than the json object.
3030
@@ -35,7 +35,9 @@ class Prompts(str, Enum):
3535
"prompts": [
3636
"<First Prompt>",
3737
"<Second Prompt>",
38-
"<Third Prompt>"
38+
"<Third Prompt>",
39+
"<Fourth Prompt>",
40+
"<Fifth Prompt>"
3941
]
4042
}
4143
"""

web_raider/forums.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# src/forums.py
2+

0 commit comments

Comments
 (0)