glchat-plugin 0.4.8__py3-none-any.whl → 0.4.9__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.
@@ -28,6 +28,9 @@ class SearchType(StrEnum):
28
28
  Delivers the full picture with depth and thoroughness, covering all relevant angles,
29
29
  details, and supporting data. Suitable for professional research tasks where
30
30
  precision matters more than speed.
31
+ INTERNAL_DEEP_RESEARCH: Retrieves answers using Deep Research with internal data sources.
32
+ Accesses internal repositories such as Google Drive and utilizes the same processing
33
+ engine as Essentials Deep Research mode.
31
34
  """
32
35
 
33
36
  NORMAL = "normal"
@@ -37,6 +40,7 @@ class SearchType(StrEnum):
37
40
  _DEEP_RESEARCH = "deep_research"
38
41
  ESSENTIALS_DEEP_RESEARCH = "essentials_deep_research"
39
42
  COMPREHENSIVE_DEEP_RESEARCH = "comprehensive_deep_research"
43
+ INTERNAL_DEEP_RESEARCH = "internal_deep_research"
40
44
 
41
45
  @property
42
46
  def WEB(cls) -> "SearchType":
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: glchat-plugin
3
- Version: 0.4.8
3
+ Version: 0.4.9
4
4
  Author-email: GenAI SDK Team <gat-sdk@gdplabs.id>
5
5
  Requires-Python: <3.13,>=3.11
6
6
  Description-Content-Type: text/markdown
@@ -1,7 +1,7 @@
1
1
  glchat_plugin/__init__.py,sha256=SHSBMz7JDU6MecyIrhHu5-3NVs89JkXhyvD3ZGOkWOE,37
2
2
  glchat_plugin/config/__init__.py,sha256=DNnX8B_TvAN89oyMgq32zG1DeaezODrihiAXTwOPT5o,39
3
3
  glchat_plugin/config/app_config.py,sha256=9_ShYtaQ7Rp14sSkrIFLoOAMlbwVlm13EuCxzOn4NCI,426
4
- glchat_plugin/config/constant.py,sha256=zZO4WCkozvm6i_rMquTp99Q3alom0SN_P9SNqAHO3ko,3621
4
+ glchat_plugin/config/constant.py,sha256=jQVraIhKYG6hY-BnAngRGXyGVMntsjl91SSsU9EHM6A,3923
5
5
  glchat_plugin/context/__init__.py,sha256=3Wx_apMIS6z-m6eRs6hoyOsJFLJfKmMFOkrPDkPQfJI,40
6
6
  glchat_plugin/context/context_manager.py,sha256=4UWsdXV-5JkVfwltxR1PxIYiPpodhxo-CTo8am4qVQ8,2717
7
7
  glchat_plugin/handler/__init__.py,sha256=H5DJaAfwwtRsvMcOaEzHfGMQk25H7la0E7uPfksWtoQ,40
@@ -20,7 +20,7 @@ glchat_plugin/storage/base_anonymizer_storage.py,sha256=oFwovWrsjM7v1YjeN-4p-M3O
20
20
  glchat_plugin/storage/base_chat_history_storage.py,sha256=YIGM8zv7s5BQ8O7W1LfaLyQW4SF9Bt3aolowsoDaQw8,11257
21
21
  glchat_plugin/tools/__init__.py,sha256=OFotHbgQ8mZEbdlvlv5aVMdxfubPvkVWAcTwhIPdIqQ,542
22
22
  glchat_plugin/tools/decorators.py,sha256=AvQBV18wzXWdC483RSSmpfh92zsqTyp8SzDLIkreIGU,3925
23
- glchat_plugin-0.4.8.dist-info/METADATA,sha256=OrcPV4yUK-F1k5xq4o7Z_SwOhKq_x1AHbq_jAcerqwk,2063
24
- glchat_plugin-0.4.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
25
- glchat_plugin-0.4.8.dist-info/top_level.txt,sha256=fzKSXmct5dY4CAKku4-mkdHX-QPAyQVvo8vpQj8qizY,14
26
- glchat_plugin-0.4.8.dist-info/RECORD,,
23
+ glchat_plugin-0.4.9.dist-info/METADATA,sha256=TGJ2M7zkPrr8UFPdm2gVLCbuzodlD8sozJdBeqGgfVQ,2063
24
+ glchat_plugin-0.4.9.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
25
+ glchat_plugin-0.4.9.dist-info/top_level.txt,sha256=fzKSXmct5dY4CAKku4-mkdHX-QPAyQVvo8vpQj8qizY,14
26
+ glchat_plugin-0.4.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5