unique_toolkit 1.43.10__py3-none-any.whl → 1.43.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.
@@ -701,6 +701,7 @@ class LanguageModelInfo(BaseModel):
701
701
  ModelCapabilities.CHAT_COMPLETIONS_API,
702
702
  ModelCapabilities.FUNCTION_CALLING,
703
703
  ModelCapabilities.PARALLEL_FUNCTION_CALLING,
704
+ ModelCapabilities.RESPONSES_API,
704
705
  ModelCapabilities.STREAMING,
705
706
  ModelCapabilities.VISION,
706
707
  ],
@@ -718,10 +719,11 @@ class LanguageModelInfo(BaseModel):
718
719
  encoder_name=EncoderName.O200K_BASE,
719
720
  capabilities=[
720
721
  ModelCapabilities.CHAT_COMPLETIONS_API,
721
- ModelCapabilities.STRUCTURED_OUTPUT,
722
722
  ModelCapabilities.FUNCTION_CALLING,
723
723
  ModelCapabilities.PARALLEL_FUNCTION_CALLING,
724
+ ModelCapabilities.RESPONSES_API,
724
725
  ModelCapabilities.STREAMING,
726
+ ModelCapabilities.STRUCTURED_OUTPUT,
725
727
  ModelCapabilities.VISION,
726
728
  ],
727
729
  provider=LanguageModelProvider.AZURE,
@@ -738,10 +740,11 @@ class LanguageModelInfo(BaseModel):
738
740
  encoder_name=EncoderName.O200K_BASE,
739
741
  capabilities=[
740
742
  ModelCapabilities.CHAT_COMPLETIONS_API,
741
- ModelCapabilities.STRUCTURED_OUTPUT,
742
743
  ModelCapabilities.FUNCTION_CALLING,
743
744
  ModelCapabilities.PARALLEL_FUNCTION_CALLING,
745
+ ModelCapabilities.RESPONSES_API,
744
746
  ModelCapabilities.STREAMING,
747
+ ModelCapabilities.STRUCTURED_OUTPUT,
745
748
  ModelCapabilities.VISION,
746
749
  ],
747
750
  provider=LanguageModelProvider.AZURE,
@@ -759,6 +762,7 @@ class LanguageModelInfo(BaseModel):
759
762
  ModelCapabilities.CHAT_COMPLETIONS_API,
760
763
  ModelCapabilities.FUNCTION_CALLING,
761
764
  ModelCapabilities.PARALLEL_FUNCTION_CALLING,
765
+ ModelCapabilities.RESPONSES_API,
762
766
  ModelCapabilities.STREAMING,
763
767
  ModelCapabilities.VISION,
764
768
  ],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 1.43.10
3
+ Version: 1.43.11
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Cedric Klinkert
@@ -125,6 +125,9 @@ All notable changes to this project will be documented in this file.
125
125
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
126
126
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
127
127
 
128
+ ## [1.43.11] - 2026-01-23
129
+ - Add `RESPONSES_API` Capablity to some models that were missing it
130
+
128
131
  ## [1.43.10] - 2026-01-21
129
132
  - Lowering the max iterations of the main agents and hard blocking Qwen3 from using too many agent rounds
130
133
 
@@ -224,7 +224,7 @@ unique_toolkit/language_model/builder.py,sha256=4OKfwJfj3TrgO1ezc_ewIue6W7BCQ2ZY
224
224
  unique_toolkit/language_model/constants.py,sha256=B-topqW0r83dkC_25DeQfnPk3n53qzIHUCBS7YJ0-1U,119
225
225
  unique_toolkit/language_model/default_language_model.py,sha256=-_DBsJhLCsFdaU4ynAkyW0jYIl2lhrPybZm1K-GgVJs,125
226
226
  unique_toolkit/language_model/functions.py,sha256=PTBm2BBkuqISVHoyUqMIGHGXT-RMSAfz0F_Ylo2esQ8,18246
227
- unique_toolkit/language_model/infos.py,sha256=73guq14ggNplXJ5mx-s71rnyA66pNYnXaiVYSKSGMtw,89733
227
+ unique_toolkit/language_model/infos.py,sha256=x9VBgdyqHuZCe0qxCiJTBQx7xynvgWMTAFfBiqS-K4c,89961
228
228
  unique_toolkit/language_model/prompt.py,sha256=JSawaLjQg3VR-E2fK8engFyJnNdk21zaO8pPIodzN4Q,3991
229
229
  unique_toolkit/language_model/reference.py,sha256=nkX2VFz-IrUz8yqyc3G5jUMNwrNpxITBrMEKkbqqYoI,8583
230
230
  unique_toolkit/language_model/schemas.py,sha256=WCHB_9GGkJwB3OCSwUJznz6FPo3gEL2MXUOEtYKxAFg,23996
@@ -242,7 +242,7 @@ unique_toolkit/short_term_memory/service.py,sha256=5PeVBu1ZCAfyDb2HLVvlmqSbyzBBu
242
242
  unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
243
243
  unique_toolkit/smart_rules/compile.py,sha256=Ozhh70qCn2yOzRWr9d8WmJeTo7AQurwd3tStgBMPFLA,1246
244
244
  unique_toolkit/test_utilities/events.py,sha256=_mwV2bs5iLjxS1ynDCjaIq-gjjKhXYCK-iy3dRfvO3g,6410
245
- unique_toolkit-1.43.10.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
246
- unique_toolkit-1.43.10.dist-info/METADATA,sha256=5ce6HRrSJHrufcs3V-HR5-6AKH10CHiLZM6D9WtSj-0,48493
247
- unique_toolkit-1.43.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
248
- unique_toolkit-1.43.10.dist-info/RECORD,,
245
+ unique_toolkit-1.43.11.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
246
+ unique_toolkit-1.43.11.dist-info/METADATA,sha256=PROyDnl3op-5xx5BR_dqNW-FOt0JRqE5Ddhdx1XTBGA,48588
247
+ unique_toolkit-1.43.11.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
248
+ unique_toolkit-1.43.11.dist-info/RECORD,,