We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb5ca90 commit 31931aaCopy full SHA for 31931aa
scrapegraphai/nodes/search_internet_node.py
@@ -83,7 +83,7 @@ def execute(self, state: dict) -> dict:
83
you should return "capital of France". \n
84
If you return something else, you will get a really bad grade. \n
85
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
+ Don't just return a small part of the prompt, unless that is sufficient. \n
87
USER PROMPT: {user_prompt}"""
88
89
search_prompt = PromptTemplate(
0 commit comments