entari-plugin-hyw 3.3.0__py3-none-any.whl → 3.3.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of entari-plugin-hyw might be problematic. Click here for more details.
- entari_plugin_hyw/utils/prompts.py +3 -2
- {entari_plugin_hyw-3.3.0.dist-info → entari_plugin_hyw-3.3.2.dist-info}/METADATA +1 -1
- {entari_plugin_hyw-3.3.0.dist-info → entari_plugin_hyw-3.3.2.dist-info}/RECORD +5 -5
- {entari_plugin_hyw-3.3.0.dist-info → entari_plugin_hyw-3.3.2.dist-info}/WHEEL +0 -0
- {entari_plugin_hyw-3.3.0.dist-info → entari_plugin_hyw-3.3.2.dist-info}/top_level.txt +0 -0
|
@@ -17,8 +17,9 @@ INTRUCT_SP = """# 你是一个专业的指导专家.
|
|
|
17
17
|
## 核心任务
|
|
18
18
|
- 决定预处理工具:
|
|
19
19
|
- 用户消息包含链接: 调用 crawl_page 获取内容, 无需其他工具
|
|
20
|
-
- 用户消息包含典型名词、可能的专有名词组合: internal_web_search
|
|
21
|
-
|
|
20
|
+
- 用户消息包含典型名词、可能的专有名词组合: 调用 internal_web_search
|
|
21
|
+
- 提炼出关键词搜索关键词本身, 不添加任何其他助词, 搜索效果最好
|
|
22
|
+
- 同时调用 internal_image_search
|
|
22
23
|
- 用户消息不需要搜索: 不调用工具
|
|
23
24
|
- 调用 set_mode:
|
|
24
25
|
- 绝大部分常规问题: standard
|
|
@@ -38,9 +38,9 @@ entari_plugin_hyw/utils/__init__.py,sha256=TnkxDqYr0zgRE7TC92tVbUaY8m1UyyoLg2zvz
|
|
|
38
38
|
entari_plugin_hyw/utils/browser.py,sha256=LJlFh-oSqt9mQBpMALxbYGUG__t1YLUo7RxUAslsWUc,1416
|
|
39
39
|
entari_plugin_hyw/utils/misc.py,sha256=_7iHVYj_mJ6OGq6FU1s_cFeS1Ao-neBjZYd6eI2p95U,3482
|
|
40
40
|
entari_plugin_hyw/utils/playwright_tool.py,sha256=ZZNkzFtUt_Gxny3Od4boBAgNF9J0N84uySatzn1Bwe4,1272
|
|
41
|
-
entari_plugin_hyw/utils/prompts.py,sha256=
|
|
41
|
+
entari_plugin_hyw/utils/prompts.py,sha256=FiOw012CTD1IxcSi4hOr71wc92IlxcWCWwQJ1-twIv8,3498
|
|
42
42
|
entari_plugin_hyw/utils/search.py,sha256=uXDnyEq6SKytRfqbJRYxJHCaGTM-ZvvRodSYihZf5Es,9460
|
|
43
|
-
entari_plugin_hyw-3.3.
|
|
44
|
-
entari_plugin_hyw-3.3.
|
|
45
|
-
entari_plugin_hyw-3.3.
|
|
46
|
-
entari_plugin_hyw-3.3.
|
|
43
|
+
entari_plugin_hyw-3.3.2.dist-info/METADATA,sha256=X1O5-aU9WkMmiMYDfTpyHNIPKTlIzklIg-JsBhOm3vo,4646
|
|
44
|
+
entari_plugin_hyw-3.3.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
45
|
+
entari_plugin_hyw-3.3.2.dist-info/top_level.txt,sha256=TIDsn6XPs6KA5e3ezsE65JoXsy03ejDdrB41I4SPjmo,18
|
|
46
|
+
entari_plugin_hyw-3.3.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|