fix: remove unnecessary budget guard

This commit is contained in:
Han Xiao
2025-02-05 10:45:20 +08:00
parent 70a3eef522
commit 77e1656744

View File

@@ -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