mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix(SearchNode): prompt
Co-Authored-By: Andrew Masek <8219702+portoaj@users.noreply.github.com>
This commit is contained in:
parent
dcd12d8815
commit
052f7d5e66
@ -11,4 +11,6 @@ You should return only the query string without any additional sentences. \n
|
|||||||
For example, if the user prompt is "What is the capital of France?",
|
For example, if the user prompt is "What is the capital of France?",
|
||||||
you should return "capital of France". \n
|
you should return "capital of France". \n
|
||||||
If you return something else, you will get a really bad grade. \n
|
If you return something else, you will get a really bad grade. \n
|
||||||
|
What you return should be sufficient to get the answer from the internet. \n
|
||||||
|
Don't just return a small part of the prompt, unless that is sufficient. \n
|
||||||
USER PROMPT: {user_prompt}"""
|
USER PROMPT: {user_prompt}"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user