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 3e6a037 commit cb5ca90Copy full SHA for cb5ca90
scrapegraphai/nodes/search_internet_node.py
@@ -82,6 +82,8 @@ def execute(self, state: dict) -> dict:
82
For example, if the user prompt is "What is the capital of France?",
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
87
USER PROMPT: {user_prompt}"""
88
89
search_prompt = PromptTemplate(
0 commit comments