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 14faba4 commit 3f9bf5bCopy full SHA for 3f9bf5b
scrapegraphai/nodes/search_internet_node.py
@@ -84,7 +84,7 @@ def execute(self, state: dict) -> dict:
84
You should return only the query string without any additional sentences. \n
85
For example, if the user prompt is "What is the capital of France?",
86
you should return "capital of France". \n
87
- If yuo return something else, you will get a really bad grade. \n
+ If you return something else, you will get a really bad grade. \n
88
USER PROMPT: {user_prompt}"""
89
90
search_prompt = PromptTemplate(
0 commit comments