mistralai 1.9.6__py3-none-any.whl → 1.9.7__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.
- mistralai/_version.py +2 -2
- mistralai/models/messageinputcontentchunks.py +3 -1
- {mistralai-1.9.6.dist-info → mistralai-1.9.7.dist-info}/METADATA +1 -1
- {mistralai-1.9.6.dist-info → mistralai-1.9.7.dist-info}/RECORD +6 -6
- {mistralai-1.9.6.dist-info → mistralai-1.9.7.dist-info}/LICENSE +0 -0
- {mistralai-1.9.6.dist-info → mistralai-1.9.7.dist-info}/WHEEL +0 -0
mistralai/_version.py
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "mistralai"
|
|
6
|
-
__version__: str = "1.9.
|
|
6
|
+
__version__: str = "1.9.7"
|
|
7
7
|
__openapi_doc_version__: str = "1.0.0"
|
|
8
8
|
__gen_version__: str = "2.634.2"
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 1.9.
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 1.9.7 2.634.2 1.0.0 mistralai"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -4,6 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
from .documenturlchunk import DocumentURLChunk, DocumentURLChunkTypedDict
|
|
5
5
|
from .imageurlchunk import ImageURLChunk, ImageURLChunkTypedDict
|
|
6
6
|
from .textchunk import TextChunk, TextChunkTypedDict
|
|
7
|
+
from .thinkchunk import ThinkChunk, ThinkChunkTypedDict
|
|
7
8
|
from .toolfilechunk import ToolFileChunk, ToolFileChunkTypedDict
|
|
8
9
|
from typing import Union
|
|
9
10
|
from typing_extensions import TypeAliasType
|
|
@@ -15,6 +16,7 @@ MessageInputContentChunksTypedDict = TypeAliasType(
|
|
|
15
16
|
TextChunkTypedDict,
|
|
16
17
|
ImageURLChunkTypedDict,
|
|
17
18
|
DocumentURLChunkTypedDict,
|
|
19
|
+
ThinkChunkTypedDict,
|
|
18
20
|
ToolFileChunkTypedDict,
|
|
19
21
|
],
|
|
20
22
|
)
|
|
@@ -22,5 +24,5 @@ MessageInputContentChunksTypedDict = TypeAliasType(
|
|
|
22
24
|
|
|
23
25
|
MessageInputContentChunks = TypeAliasType(
|
|
24
26
|
"MessageInputContentChunks",
|
|
25
|
-
Union[TextChunk, ImageURLChunk, DocumentURLChunk, ToolFileChunk],
|
|
27
|
+
Union[TextChunk, ImageURLChunk, DocumentURLChunk, ThinkChunk, ToolFileChunk],
|
|
26
28
|
)
|
|
@@ -139,7 +139,7 @@ mistralai/_hooks/deprecation_warning.py,sha256=eyEOf7-o9uqqNWJnufD2RXp3dYrGV4in9
|
|
|
139
139
|
mistralai/_hooks/registration.py,sha256=ML0W-XbE4WYdJ4eGks_XxF2aLCJTaIWjQATFGzFwvyU,861
|
|
140
140
|
mistralai/_hooks/sdkhooks.py,sha256=s-orhdvnV89TmI3QiPC2LWQtYeM9RrsG1CTll-fYZmQ,2559
|
|
141
141
|
mistralai/_hooks/types.py,sha256=70IiFr5bfsJYafuDkXQWVfl6nY4dQkA5SZoEBCircqs,3047
|
|
142
|
-
mistralai/_version.py,sha256=
|
|
142
|
+
mistralai/_version.py,sha256=oCbrLM0xwhq7nYsvgqHLY0N9qeBd3fWSRVuToJh4IME,460
|
|
143
143
|
mistralai/accesses.py,sha256=o5VCW-nyOfwzopHo0jSXrPKJ1fqJL88PZto1RwysXPA,27320
|
|
144
144
|
mistralai/agents.py,sha256=3E-c1YZOp3mS1PqA6OYekZmOcAdLCqWfq1o-hqUMsIw,33960
|
|
145
145
|
mistralai/async_client.py,sha256=KUdYxIIqoD6L7vB0EGwUR6lQ0NK5iCTHjnLVR9CVcJY,355
|
|
@@ -347,7 +347,7 @@ mistralai/models/listfilesout.py,sha256=tW2fNabLKcftc5kytkjwVaChlOzWRL4FKtNzDak9
|
|
|
347
347
|
mistralai/models/listlibraryout.py,sha256=cCMe2v7j03GFEriIVuf_U35uQFNYZVLjefmFPjqxfug,408
|
|
348
348
|
mistralai/models/listsharingout.py,sha256=w6WChWGxjah_qc8ly_ljumLo01IhnymufWILw56LVr0,408
|
|
349
349
|
mistralai/models/messageentries.py,sha256=vExZZIyOTkmEi-3Bvw2UG1GwGbGr59U_bX-biwIl0Tk,581
|
|
350
|
-
mistralai/models/messageinputcontentchunks.py,sha256=
|
|
350
|
+
mistralai/models/messageinputcontentchunks.py,sha256=n2Tpd9ybGn_ey8-mhOfBD3WSTJpPclRzWCSgdWGECg0,924
|
|
351
351
|
mistralai/models/messageinputentry.py,sha256=F6glVocJnpRtXIZKhBN2mvIlrUtV0MulHAzdimSD-TQ,2818
|
|
352
352
|
mistralai/models/messageoutputcontentchunks.py,sha256=dlnavt4P-mTTYdb80ovuF6cRhvwEvKCwQ1E8T3EbKG0,1120
|
|
353
353
|
mistralai/models/messageoutputentry.py,sha256=KyhPyXMm1pizXP9QQVFofOoUYOf5AvzXMb37wHVeebI,2942
|
|
@@ -445,7 +445,7 @@ mistralai/utils/security.py,sha256=vWlpkikOnGN_HRRhJ7Pb8ywVAjiM3d3ey3oTWtM6jTU,6
|
|
|
445
445
|
mistralai/utils/serializers.py,sha256=hiHBXM1AY8_N2Z_rvFfNSYwvLBkSQlPGFp8poasdU4s,5986
|
|
446
446
|
mistralai/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
447
447
|
mistralai/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
448
|
-
mistralai-1.9.
|
|
449
|
-
mistralai-1.9.
|
|
450
|
-
mistralai-1.9.
|
|
451
|
-
mistralai-1.9.
|
|
448
|
+
mistralai-1.9.7.dist-info/LICENSE,sha256=rUtQ_9GD0OyLPlb-2uWVdfE87hzudMRmsW-tS-0DK-0,11340
|
|
449
|
+
mistralai-1.9.7.dist-info/METADATA,sha256=AFE0MZduqkuOApBCvcJpWvdSbQzAc4Naj6XANpiDHQw,37249
|
|
450
|
+
mistralai-1.9.7.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
|
451
|
+
mistralai-1.9.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|