unique_toolkit 1.1.2__py3-none-any.whl → 1.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.
- unique_toolkit/_common/validators.py +8 -1
- {unique_toolkit-1.1.2.dist-info → unique_toolkit-1.1.3.dist-info}/METADATA +4 -1
- {unique_toolkit-1.1.2.dist-info → unique_toolkit-1.1.3.dist-info}/RECORD +5 -5
- {unique_toolkit-1.1.2.dist-info → unique_toolkit-1.1.3.dist-info}/LICENSE +0 -0
- {unique_toolkit-1.1.2.dist-info → unique_toolkit-1.1.3.dist-info}/WHEEL +0 -0
@@ -17,7 +17,14 @@ LMI = Annotated[
|
|
17
17
|
LanguageModelInfo,
|
18
18
|
BeforeValidator(
|
19
19
|
lambda v: validate_and_init_language_model_info(v),
|
20
|
-
json_schema_input_type=
|
20
|
+
json_schema_input_type=LanguageModelName
|
21
|
+
| Annotated[
|
22
|
+
str,
|
23
|
+
Field(
|
24
|
+
title="Language Model String",
|
25
|
+
),
|
26
|
+
]
|
27
|
+
| LanguageModelInfo,
|
21
28
|
),
|
22
29
|
PlainSerializer(
|
23
30
|
lambda v: serialize_lmi(v),
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: unique_toolkit
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.3
|
4
4
|
Summary:
|
5
5
|
License: Proprietary
|
6
6
|
Author: Cedric Klinkert
|
@@ -118,6 +118,9 @@ All notable changes to this project will be documented in this file.
|
|
118
118
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
119
119
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
120
120
|
|
121
|
+
## [1.1.3] - 2025-09-23
|
122
|
+
- Updated LMI JSON schema input type to include annotated string field with title
|
123
|
+
|
121
124
|
## [1.1.2] - 2025-09-22
|
122
125
|
- Fixed bug tool selection for exclusive tools
|
123
126
|
|
@@ -18,7 +18,7 @@ unique_toolkit/_common/token/token_counting.py,sha256=gM4B_aUqKqEPvmStFNcvCWNMNN
|
|
18
18
|
unique_toolkit/_common/utils/structured_output/schema.py,sha256=Tp7kDYcmKtnUhcuRkH86TSYhylRff0ZZJYb2dLkISts,131
|
19
19
|
unique_toolkit/_common/utils/write_configuration.py,sha256=fzvr4C-XBL3OSM3Od9TbqIxeeDS9_d9CLEyTq6DDknY,1409
|
20
20
|
unique_toolkit/_common/validate_required_values.py,sha256=Y_M1ub9gIKP9qZ45F6Zq3ZHtuIqhmOjl8Z2Vd3avg8w,588
|
21
|
-
unique_toolkit/_common/validators.py,sha256=
|
21
|
+
unique_toolkit/_common/validators.py,sha256=LFZmAalNa886EXm1VYamFvfBuUZjYKwDdT_HOYU0BtE,2934
|
22
22
|
unique_toolkit/agentic/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
23
23
|
unique_toolkit/agentic/debug_info_manager/debug_info_manager.py,sha256=8u3_oxcln7y2zOsfiGh5YOm1zYAlV5QxZ5YAsbEJG0c,584
|
24
24
|
unique_toolkit/agentic/evaluation/config.py,sha256=ywHIrJs5SFdKr1WXfrofWuFfzb0iPQw8iZDpq5oEug4,953
|
@@ -124,7 +124,7 @@ unique_toolkit/short_term_memory/schemas.py,sha256=OhfcXyF6ACdwIXW45sKzjtZX_gkcJ
|
|
124
124
|
unique_toolkit/short_term_memory/service.py,sha256=5PeVBu1ZCAfyDb2HLVvlmqSbyzBBuE9sI2o9Aajqjxg,8884
|
125
125
|
unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
126
126
|
unique_toolkit/smart_rules/compile.py,sha256=cxWjb2dxEI2HGsakKdVCkSNi7VK9mr08w5sDcFCQyWI,9553
|
127
|
-
unique_toolkit-1.1.
|
128
|
-
unique_toolkit-1.1.
|
129
|
-
unique_toolkit-1.1.
|
130
|
-
unique_toolkit-1.1.
|
127
|
+
unique_toolkit-1.1.3.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
|
128
|
+
unique_toolkit-1.1.3.dist-info/METADATA,sha256=tLg_V6wkMak2Jw3dNtwYnxbn_Jxu9zCllXgGH7rJFA8,32648
|
129
|
+
unique_toolkit-1.1.3.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
130
|
+
unique_toolkit-1.1.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|