Skip to content

Commit 31931aa

Browse files
committed
Make language more general
1 parent cb5ca90 commit 31931aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/nodes/search_internet_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def execute(self, state: dict) -> dict:
8383
you should return "capital of France". \n
8484
If you return something else, you will get a really bad grade. \n
8585
What you return should be sufficient to get the answer from the internet. \n
86-
I.E. don't just return a small part of the prompt. \n
86+
Don't just return a small part of the prompt, unless that is sufficient. \n
8787
USER PROMPT: {user_prompt}"""
8888

8989
search_prompt = PromptTemplate(

0 commit comments

Comments
 (0)