glchat-plugin 0.3.10__py3-none-any.whl → 0.3.11__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.3.10
3
+ Version: 0.3.11
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=DB6-XlINqhRU6qGrDbOA7OSMk9uiq4l2nYYMVjEnDTY,3590
4
+ glchat_plugin/config/constant.py,sha256=sF-FyyrBwq1Y6MunZvFntpKpMVMb1JH3ICrxuuftDVs,3892
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
@@ -19,7 +19,7 @@ glchat_plugin/storage/base_anonymizer_storage.py,sha256=oFwovWrsjM7v1YjeN-4p-M3O
19
19
  glchat_plugin/storage/base_chat_history_storage.py,sha256=YIGM8zv7s5BQ8O7W1LfaLyQW4SF9Bt3aolowsoDaQw8,11257
20
20
  glchat_plugin/tools/__init__.py,sha256=OFotHbgQ8mZEbdlvlv5aVMdxfubPvkVWAcTwhIPdIqQ,542
21
21
  glchat_plugin/tools/decorators.py,sha256=AvQBV18wzXWdC483RSSmpfh92zsqTyp8SzDLIkreIGU,3925
22
- glchat_plugin-0.3.10.dist-info/METADATA,sha256=EmSiCAPQSCg2qIbBkAG0B8VXXdB65o9mkCKIt3_6wb8,2064
23
- glchat_plugin-0.3.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
24
- glchat_plugin-0.3.10.dist-info/top_level.txt,sha256=fzKSXmct5dY4CAKku4-mkdHX-QPAyQVvo8vpQj8qizY,14
25
- glchat_plugin-0.3.10.dist-info/RECORD,,
22
+ glchat_plugin-0.3.11.dist-info/METADATA,sha256=96-oXZLhemSorKY4d2jOoegz8UN9n-J4WIB4Ms2rhSE,2064
23
+ glchat_plugin-0.3.11.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
24
+ glchat_plugin-0.3.11.dist-info/top_level.txt,sha256=fzKSXmct5dY4CAKku4-mkdHX-QPAyQVvo8vpQj8qizY,14
25
+ glchat_plugin-0.3.11.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