unique_toolkit 0.7.10__py3-none-any.whl → 0.7.11__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.
- unique_toolkit/language_model/infos.py +0 -4
- {unique_toolkit-0.7.10.dist-info → unique_toolkit-0.7.11.dist-info}/METADATA +4 -1
- {unique_toolkit-0.7.10.dist-info → unique_toolkit-0.7.11.dist-info}/RECORD +5 -5
- {unique_toolkit-0.7.10.dist-info → unique_toolkit-0.7.11.dist-info}/LICENSE +0 -0
- {unique_toolkit-0.7.10.dist-info → unique_toolkit-0.7.11.dist-info}/WHEEL +0 -0
@@ -97,7 +97,6 @@ class LanguageModelInfo(BaseModel):
|
|
97
97
|
name=model_name,
|
98
98
|
provider=LanguageModelProvider.AZURE,
|
99
99
|
capabilities=[
|
100
|
-
ModelCapabilities.STRUCTURED_OUTPUT,
|
101
100
|
ModelCapabilities.FUNCTION_CALLING,
|
102
101
|
ModelCapabilities.PARALLEL_FUNCTION_CALLING,
|
103
102
|
ModelCapabilities.REPRODUCIBLE_OUTPUT,
|
@@ -150,7 +149,6 @@ class LanguageModelInfo(BaseModel):
|
|
150
149
|
capabilities=[
|
151
150
|
ModelCapabilities.FUNCTION_CALLING,
|
152
151
|
ModelCapabilities.PARALLEL_FUNCTION_CALLING,
|
153
|
-
ModelCapabilities.STRUCTURED_OUTPUT,
|
154
152
|
ModelCapabilities.VISION,
|
155
153
|
ModelCapabilities.STREAMING,
|
156
154
|
],
|
@@ -167,7 +165,6 @@ class LanguageModelInfo(BaseModel):
|
|
167
165
|
name=model_name,
|
168
166
|
encoder_name=EncoderName.O200K_BASE,
|
169
167
|
capabilities=[
|
170
|
-
ModelCapabilities.STRUCTURED_OUTPUT,
|
171
168
|
ModelCapabilities.FUNCTION_CALLING,
|
172
169
|
ModelCapabilities.PARALLEL_FUNCTION_CALLING,
|
173
170
|
ModelCapabilities.STREAMING,
|
@@ -223,7 +220,6 @@ class LanguageModelInfo(BaseModel):
|
|
223
220
|
return cls(
|
224
221
|
name=model_name,
|
225
222
|
capabilities=[
|
226
|
-
ModelCapabilities.STRUCTURED_OUTPUT,
|
227
223
|
ModelCapabilities.FUNCTION_CALLING,
|
228
224
|
ModelCapabilities.PARALLEL_FUNCTION_CALLING,
|
229
225
|
ModelCapabilities.STREAMING,
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: unique_toolkit
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.11
|
4
4
|
Summary:
|
5
5
|
License: Proprietary
|
6
6
|
Author: Martin Fadler
|
@@ -111,6 +111,9 @@ All notable changes to this project will be documented in this file.
|
|
111
111
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
112
112
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
113
113
|
|
114
|
+
## [0.7.11] - 2025-04-28
|
115
|
+
- Removing `STRUCTURED_OUTPUT` capability from `AZURE_GPT_35_TURBO_0125`, `AZURE_GPT_4_TURBO_2024_0409` and `AZURE_GPT_4o_2024_0513`
|
116
|
+
|
114
117
|
## [0.7.10] - 2025-04-22
|
115
118
|
- Deprecate internal variables of services
|
116
119
|
|
@@ -48,7 +48,7 @@ unique_toolkit/language_model/__init__.py,sha256=jWko_vQj48wjnpTtlkg8iNdef0SMI3F
|
|
48
48
|
unique_toolkit/language_model/builder.py,sha256=aIAXWWUoB5G-HONJiAt3MdRGd4jdP8nA-HYX2D2WlSI,3048
|
49
49
|
unique_toolkit/language_model/constants.py,sha256=B-topqW0r83dkC_25DeQfnPk3n53qzIHUCBS7YJ0-1U,119
|
50
50
|
unique_toolkit/language_model/functions.py,sha256=I5jHhHsKoq7GwEQyTrM8LXB2n_6dvMAk7UklenjuHSY,7945
|
51
|
-
unique_toolkit/language_model/infos.py,sha256=
|
51
|
+
unique_toolkit/language_model/infos.py,sha256=CwdyoHhq645DC2-Y2jwkHS3m5umjmpmb1EQJ70zOdjg,18967
|
52
52
|
unique_toolkit/language_model/prompt.py,sha256=JSawaLjQg3VR-E2fK8engFyJnNdk21zaO8pPIodzN4Q,3991
|
53
53
|
unique_toolkit/language_model/schemas.py,sha256=rrwzUgKANFOrdehCULW8Hh03uRW3tsE5dXpWqxmClfg,8618
|
54
54
|
unique_toolkit/language_model/service.py,sha256=FUf-HTKNslrMAh8qFMco_ZpP-N0t_iAFWK3juldoUe8,8343
|
@@ -58,7 +58,7 @@ unique_toolkit/short_term_memory/constants.py,sha256=698CL6-wjup2MvU19RxSmQk3gX7
|
|
58
58
|
unique_toolkit/short_term_memory/functions.py,sha256=3WiK-xatY5nh4Dr5zlDUye1k3E6kr41RiscwtTplw5k,4484
|
59
59
|
unique_toolkit/short_term_memory/schemas.py,sha256=OhfcXyF6ACdwIXW45sKzjtZX_gkcJs8FEZXcgQTNenw,1406
|
60
60
|
unique_toolkit/short_term_memory/service.py,sha256=vEKFxP1SScPrFniso492fVthWR1sosdFibhiNF3zRvI,8081
|
61
|
-
unique_toolkit-0.7.
|
62
|
-
unique_toolkit-0.7.
|
63
|
-
unique_toolkit-0.7.
|
64
|
-
unique_toolkit-0.7.
|
61
|
+
unique_toolkit-0.7.11.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
|
62
|
+
unique_toolkit-0.7.11.dist-info/METADATA,sha256=OLYyH8X2yEgAkauCTWjsCJvIiI6JjmJnElRSeqS-Pn8,21641
|
63
|
+
unique_toolkit-0.7.11.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
64
|
+
unique_toolkit-0.7.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|