mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
add search kw to hit example
This commit is contained in:
parent
b8211ec86f
commit
f31c257ea1
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@ class KeywordExpRetriever(ExpRetriever):
|
|||
return DEPLOY_EXAMPLE
|
||||
elif "issue" in context.lower():
|
||||
return FIX_ISSUE_EXAMPLE
|
||||
elif "https:" in context.lower() or "http:" in context.lower():
|
||||
elif "https:" in context.lower() or "http:" in context.lower() or "search" in context.lower():
|
||||
if "search" in context.lower() or "click" in context.lower():
|
||||
return WEB_SCRAPING_EXAMPLE
|
||||
return WEB_SCRAPING_EXAMPLE_SIMPLE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue