mmar-mapi 1.0.2__py3-none-any.whl → 1.0.3__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 mmar-mapi might be problematic. Click here for more details.
- mmar_mapi/__init__.py +1 -1
- {mmar_mapi-1.0.2.dist-info → mmar_mapi-1.0.3.dist-info}/METADATA +1 -1
- {mmar_mapi-1.0.2.dist-info → mmar_mapi-1.0.3.dist-info}/RECORD +5 -5
- {mmar_mapi-1.0.2.dist-info → mmar_mapi-1.0.3.dist-info}/WHEEL +1 -1
- {mmar_mapi-1.0.2.dist-info → mmar_mapi-1.0.3.dist-info}/licenses/LICENSE +0 -0
mmar_mapi/__init__.py
CHANGED
|
@@ -3,7 +3,7 @@ __version__ = "5.2.4"
|
|
|
3
3
|
from .file_storage import FileStorage, ResourceId
|
|
4
4
|
from .models.base import Base
|
|
5
5
|
from .models.base_config_models import GigaChatConfig
|
|
6
|
-
from .models.chat import Chat, Context, ChatMessage, AIMessage, HumanMessage, MiscMessage, make_content
|
|
6
|
+
from .models.chat import Chat, Context, ChatMessage, AIMessage, HumanMessage, MiscMessage, make_content, Content
|
|
7
7
|
from .models.chat_item import ChatItem, OuterContextItem, InnerContextItem, ReplicaItem
|
|
8
8
|
from .models.enums import MTRSLabelEnum, DiagnosticsXMLTagEnum, MTRSXMLTagEnum, DoctorChoiceXMLTagEnum
|
|
9
9
|
from .models.tracks import TrackInfo, DomainInfo
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
mmar_mapi/__init__.py,sha256=
|
|
1
|
+
mmar_mapi/__init__.py,sha256=cj3McZDG8zU1nLSMjwtVHG0u99xN7LaNLW90d4tK7Io,613
|
|
2
2
|
mmar_mapi/api.py,sha256=C9Sr8dISvf51xfEznPjccI_odaG4coQE3HI_0jVpjMQ,1677
|
|
3
3
|
mmar_mapi/file_storage.py,sha256=bwfpoYivOu6uXV5rg2OZQuk8MOpxbT5Zp4TaYD4XjdY,3841
|
|
4
4
|
mmar_mapi/models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -13,7 +13,7 @@ mmar_mapi/models/widget.py,sha256=KXSP3d4yQNeificMfzRxROdByw9IkxwCjkDD0kc7tcQ,70
|
|
|
13
13
|
mmar_mapi/type_union.py,sha256=diwmzcnbqkpGFckPHNw9o8zyQ955mOGNvhTlcBJ0RMI,1905
|
|
14
14
|
mmar_mapi/utils.py,sha256=hcKJVslvTBLw2vjZ9zcKZxh_tqk48obHcVs_i3Rxn3M,112
|
|
15
15
|
mmar_mapi/xml_parser.py,sha256=VvLIX_XCZao9i0qqpTVx8nx0vbFXSe8pEbdJdXnj97g,568
|
|
16
|
-
mmar_mapi-1.0.
|
|
17
|
-
mmar_mapi-1.0.
|
|
18
|
-
mmar_mapi-1.0.
|
|
19
|
-
mmar_mapi-1.0.
|
|
16
|
+
mmar_mapi-1.0.3.dist-info/licenses/LICENSE,sha256=2A90w8WjhOgQXnFuUijKJYazaqZ4_NTokYb9Po4y-9k,1061
|
|
17
|
+
mmar_mapi-1.0.3.dist-info/WHEEL,sha256=Jb20R3Ili4n9P1fcwuLup21eQ5r9WXhs4_qy7VTrgPI,79
|
|
18
|
+
mmar_mapi-1.0.3.dist-info/METADATA,sha256=oOWAqW2HW1Hp3zK05RCK0OlL6tTZkNzlSoxxOutRlO8,914
|
|
19
|
+
mmar_mapi-1.0.3.dist-info/RECORD,,
|
|
File without changes
|