mara-client 0.15.6__py3-none-any.whl → 0.16.0__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.
mara_client/models.py CHANGED
@@ -25,8 +25,8 @@ class ChatMessage(BaseModel):
25
25
  role: str
26
26
  content: str
27
27
  disclaimer: Optional[str]
28
- is_error: bool
29
- is_tool: bool
28
+ type: str
29
+ status: str
30
30
  created_at: datetime
31
31
  files: List[ChatFile]
32
32
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mara_client
3
- Version: 0.15.6
3
+ Version: 0.16.0
4
4
  Summary: A client for the MARA conversational agent for cheminformatics.
5
5
  Home-page: https://nanome.ai/mara
6
6
  Author: Sam Hessenauer, Alex McNerney, Mike Rosengrant
@@ -0,0 +1,8 @@
1
+ mara_client/__init__.py,sha256=Bj_FA5MS3KtXjoE1f_AqPisZI01daWj3eru14UCK4tw,45
2
+ mara_client/clients.py,sha256=9V_hRnD34wHSjE1rskGtCJG7ysubKMa_Qm9bijgxPQA,7847
3
+ mara_client/models.py,sha256=4f4DWq-nwTX-JmJ7tZeITg5qCCaK0MdUSes-LE04-eE,2712
4
+ mara_client/utils.py,sha256=_pK30UynDGE9MaEbSY_INxcjIyxhlXBI8eMzPF_ryg0,755
5
+ mara_client-0.16.0.dist-info/METADATA,sha256=A2dfnvbRzNJlOltP-GjZjOwJPkZe3UQib_9y7AgAqBw,3688
6
+ mara_client-0.16.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
+ mara_client-0.16.0.dist-info/top_level.txt,sha256=kBfHb_yKywadvXTNAMeOIMgWpS7lqON93jMRUG6Wgqc,12
8
+ mara_client-0.16.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- mara_client/__init__.py,sha256=Bj_FA5MS3KtXjoE1f_AqPisZI01daWj3eru14UCK4tw,45
2
- mara_client/clients.py,sha256=9V_hRnD34wHSjE1rskGtCJG7ysubKMa_Qm9bijgxPQA,7847
3
- mara_client/models.py,sha256=FdHv87TohZSfAXjh9UxAJQX7x0LFtZfoNao6yeEesCs,2719
4
- mara_client/utils.py,sha256=_pK30UynDGE9MaEbSY_INxcjIyxhlXBI8eMzPF_ryg0,755
5
- mara_client-0.15.6.dist-info/METADATA,sha256=CxhRU6LC0kKa-sjLPwuswvJzzHIr-HsIdljYnOrhW7U,3688
6
- mara_client-0.15.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
- mara_client-0.15.6.dist-info/top_level.txt,sha256=kBfHb_yKywadvXTNAMeOIMgWpS7lqON93jMRUG6Wgqc,12
8
- mara_client-0.15.6.dist-info/RECORD,,