alloyai-client 0.1.2__py3-none-any.whl → 0.1.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.
- alloyai_client/types.py +0 -13
- {alloyai_client-0.1.2.dist-info → alloyai_client-0.1.3.dist-info}/METADATA +1 -2
- alloyai_client-0.1.3.dist-info/RECORD +8 -0
- alloyai_client-0.1.2.dist-info/RECORD +0 -8
- {alloyai_client-0.1.2.dist-info → alloyai_client-0.1.3.dist-info}/WHEEL +0 -0
- {alloyai_client-0.1.2.dist-info → alloyai_client-0.1.3.dist-info}/licenses/LICENSE +0 -0
- {alloyai_client-0.1.2.dist-info → alloyai_client-0.1.3.dist-info}/top_level.txt +0 -0
alloyai_client/types.py
CHANGED
|
@@ -14,7 +14,6 @@ from pydantic import (
|
|
|
14
14
|
ConfigDict,
|
|
15
15
|
Field,
|
|
16
16
|
)
|
|
17
|
-
from PIL.Image import Image
|
|
18
17
|
|
|
19
18
|
JsonSchemaValue = Dict[str, Any]
|
|
20
19
|
|
|
@@ -116,18 +115,6 @@ class Message(SubscriptableBaseModel):
|
|
|
116
115
|
thinking: Optional[str] = None
|
|
117
116
|
'Thinking content. Only present when thinking is enabled.'
|
|
118
117
|
|
|
119
|
-
images: Optional[Sequence[Image]] = None
|
|
120
|
-
"""
|
|
121
|
-
Optional list of image data for multimodal models.
|
|
122
|
-
|
|
123
|
-
Valid input types are:
|
|
124
|
-
|
|
125
|
-
- `str` or path-like object: path to image file
|
|
126
|
-
- `bytes` or bytes-like object: raw image data
|
|
127
|
-
|
|
128
|
-
Valid image formats depend on the model. See the model card for more information.
|
|
129
|
-
"""
|
|
130
|
-
|
|
131
118
|
tool_name: Optional[str] = None
|
|
132
119
|
'Name of the executed tool.'
|
|
133
120
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alloyai-client
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Python client for the Alloy server
|
|
5
5
|
License: MIT License
|
|
6
6
|
|
|
@@ -28,7 +28,6 @@ Requires-Python: >=3.10
|
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
License-File: LICENSE
|
|
30
30
|
Requires-Dist: pydantic<3,>=2.12.5
|
|
31
|
-
Requires-Dist: pillow<13,>=12.1.0
|
|
32
31
|
Dynamic: license-file
|
|
33
32
|
|
|
34
33
|
# alloy-client
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
alloyai_client/__init__.py,sha256=QXDHjpMQ0qZkrjODZgCbrQ27XFLHaLro7dTuURd3_PI,250
|
|
2
|
+
alloyai_client/alloyai_client.py,sha256=5efrnQL2-vp1Vhain7W-Sylj4nYk-jNj9gp5fwC0uqU,6916
|
|
3
|
+
alloyai_client/types.py,sha256=6eQllSoV9f9z2UtBfmP2g_64uQL2ZCHRI3Yb5iHREZw,6026
|
|
4
|
+
alloyai_client-0.1.3.dist-info/licenses/LICENSE,sha256=SAwc119ZCsRjxVu0qvjeRQEENDLW4sl0suNPdyOIbns,1075
|
|
5
|
+
alloyai_client-0.1.3.dist-info/METADATA,sha256=mOIUug3Rc_BCNU9__BIVeO5TeAiAvs-fIoOQwj1Veh0,2570
|
|
6
|
+
alloyai_client-0.1.3.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
7
|
+
alloyai_client-0.1.3.dist-info/top_level.txt,sha256=oM1nqpgWdx1ZT5ydfq5Stea7wfXSGeuFgFUb92IoP1M,15
|
|
8
|
+
alloyai_client-0.1.3.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
alloyai_client/__init__.py,sha256=QXDHjpMQ0qZkrjODZgCbrQ27XFLHaLro7dTuURd3_PI,250
|
|
2
|
-
alloyai_client/alloyai_client.py,sha256=5efrnQL2-vp1Vhain7W-Sylj4nYk-jNj9gp5fwC0uqU,6916
|
|
3
|
-
alloyai_client/types.py,sha256=W4hj2tUwwMWlkEV9D7p60DAJMyAdnEOKVf4LCxwS4wU,6390
|
|
4
|
-
alloyai_client-0.1.2.dist-info/licenses/LICENSE,sha256=SAwc119ZCsRjxVu0qvjeRQEENDLW4sl0suNPdyOIbns,1075
|
|
5
|
-
alloyai_client-0.1.2.dist-info/METADATA,sha256=jbGITHXe7qmyTgNry4IAf-XJo8Vmdda2aB--B_yRDS4,2604
|
|
6
|
-
alloyai_client-0.1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
7
|
-
alloyai_client-0.1.2.dist-info/top_level.txt,sha256=oM1nqpgWdx1ZT5ydfq5Stea7wfXSGeuFgFUb92IoP1M,15
|
|
8
|
-
alloyai_client-0.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|