botrun-hatch 5.6.51__py3-none-any.whl → 5.6.53__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 botrun-hatch might be problematic. Click here for more details.

@@ -13,9 +13,9 @@ class Hatch(BaseModel):
13
13
  id (str):
14
14
  model_name (str, optional): 使用的模型名稱,預設為空字串。
15
15
  agent_model_name (str, optional): Agent 使用的模型名稱,預設為空字串。
16
- prompt_template (str): 這個就是 system prompt
17
- google_doc_link (str): 如果 google_doc_link 啟動,會將 google doc 的內容放在 prompt_template 裡面。
18
- enable_google_doc_link (bool): 是否啟用 Google Doc 搜尋,預設為 False。
16
+ prompt_template (str, optional): 這個就是 system prompt,預設為空字串。
17
+ google_doc_link (str, optional): 如果 google_doc_link 啟動,會將 google doc 的內容放在 prompt_template 裡面,預設為空字串。
18
+ enable_google_doc_link (bool, optional): 是否啟用 Google Doc 搜尋,預設為 False。
19
19
  user_prompt_prefix (str, optional): User prompt 前綴。
20
20
  name (str, optional):
21
21
  is_default (bool, optional):
@@ -32,9 +32,9 @@ class Hatch(BaseModel):
32
32
  id: str
33
33
  model_name: str = ""
34
34
  agent_model_name: str = ""
35
- prompt_template: str
36
- google_doc_link: str
37
- enable_google_doc_link: bool
35
+ prompt_template: str = ""
36
+ google_doc_link: str = ""
37
+ enable_google_doc_link: bool = False
38
38
  user_prompt_prefix: str = ""
39
39
  name: str = "" # 将 name 设为可选字段,默认为空字符串
40
40
  is_default: bool = False
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: botrun-hatch
3
- Version: 5.6.51
3
+ Version: 5.6.53
4
4
  Summary:
5
5
  Author: sebastian-hsu
6
6
  Author-email: sebastian.hsu@gmail.com
@@ -1,9 +1,9 @@
1
1
  botrun_hatch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  botrun_hatch/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- botrun_hatch/models/hatch.py,sha256=m6MCtMf5v0miOURBB68uproGOQ-IK9jyJoUJh1QShfM,1679
3
+ botrun_hatch/models/hatch.py,sha256=n-a2_-hm2jMF2nezOUk-UwyiWyHCr9oPM63HvpSUJP0,1769
4
4
  botrun_hatch/models/hatch_sharing.py,sha256=76Dwrtlzh7sCjAXcWEy7dIfOwbNUGXYE7IGVve5jWhU,224
5
5
  botrun_hatch/models/upload_file.py,sha256=bl5gN7wE_mArZQHjZTH9v9O20us45MTcjCUI1iUv1yk,863
6
6
  botrun_hatch/models/user_setting.py,sha256=lgwcPPzjHXdd1xys3boQsFWp4VLyASVlPCAFKv5NLvA,227
7
- botrun_hatch-5.6.51.dist-info/METADATA,sha256=-Otay_ekZAkokUUvWwqN0h-z9fSpnyVl3hMAQ8sC-sI,458
8
- botrun_hatch-5.6.51.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
9
- botrun_hatch-5.6.51.dist-info/RECORD,,
7
+ botrun_hatch-5.6.53.dist-info/METADATA,sha256=IXD9xdQFTRiTJtywMgJUk5C3tobgzvtABq3uU9Cjd-0,458
8
+ botrun_hatch-5.6.53.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
9
+ botrun_hatch-5.6.53.dist-info/RECORD,,