mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
fix: remove unnecessary budget guard
This commit is contained in:
@@ -46,12 +46,11 @@ function getPrompt(action: SearchAction): string {
|
|||||||
4. Split queries only when necessary for distinctly different aspects
|
4. Split queries only when necessary for distinctly different aspects
|
||||||
5. Preserve crucial qualifiers while removing fluff words
|
5. Preserve crucial qualifiers while removing fluff words
|
||||||
6. Make the query resistant to SEO manipulation
|
6. Make the query resistant to SEO manipulation
|
||||||
7. When necessary, append <query-operators> to the query when context suggests
|
7. When necessary, append <query-operators> at the end only when must needed
|
||||||
|
|
||||||
|
|
||||||
<query-operators>
|
<query-operators>
|
||||||
A query can't only have operators;
|
A query can't only have operators; and operators can't be at the start a query;
|
||||||
Operators can't be at the start a query;
|
|
||||||
|
|
||||||
- "phrase" : exact match for phrases
|
- "phrase" : exact match for phrases
|
||||||
- +term : must include term; for critical terms that must appear
|
- +term : must include term; for critical terms that must appear
|
||||||
|
|||||||
Reference in New Issue
Block a user