unique_toolkit 1.43.7__py3-none-any.whl → 1.43.9__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.
@@ -280,7 +280,7 @@ class LanguageModelSystemMessage(LanguageModelMessage):
280
280
  if mode == "completions":
281
281
  return ChatCompletionSystemMessageParam(role="system", content=content)
282
282
  elif mode == "responses":
283
- return EasyInputMessageParam(role="user", content=content)
283
+ return EasyInputMessageParam(role="system", content=content)
284
284
 
285
285
 
286
286
  # Equivalent to
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 1.43.7
3
+ Version: 1.43.9
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Cedric Klinkert
@@ -125,6 +125,13 @@ 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.9] - 2026-01-20
129
+ ### Fixed
130
+ - Fix system message role conversion in responses API mode (was incorrectly set to "user", now correctly set to "system")
131
+
132
+ ## [1.43.8] - 2026-01-16
133
+ - Add local CI testing commands via poethepoet (poe lint, poe test, poe ci-typecheck, etc.)
134
+
128
135
  ## [1.43.7] - 2026-01-15
129
136
  - Cleanup hallucination config that is displayed in space config
130
137
 
@@ -227,7 +227,7 @@ unique_toolkit/language_model/functions.py,sha256=PTBm2BBkuqISVHoyUqMIGHGXT-RMSA
227
227
  unique_toolkit/language_model/infos.py,sha256=73guq14ggNplXJ5mx-s71rnyA66pNYnXaiVYSKSGMtw,89733
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
- unique_toolkit/language_model/schemas.py,sha256=ATiHjhfGxoubS332XuhL9PKSoFewcWvPTUVBaNGWlJo,23994
230
+ unique_toolkit/language_model/schemas.py,sha256=WCHB_9GGkJwB3OCSwUJznz6FPo3gEL2MXUOEtYKxAFg,23996
231
231
  unique_toolkit/language_model/service.py,sha256=fI2S5JLawJRRkKg086Ysz2Of4AOBHPN-4tdsUtagdjs,11955
232
232
  unique_toolkit/language_model/utils.py,sha256=bPQ4l6_YO71w-zaIPanUUmtbXC1_hCvLK0tAFc3VCRc,1902
233
233
  unique_toolkit/protocols/support.py,sha256=ZEnbQL5w2-T_1AeM8OHycZJ3qbdfVI1nXe0nL9esQEw,5544
@@ -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.7.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
246
- unique_toolkit-1.43.7.dist-info/METADATA,sha256=cSf6-40dGAJ5pjXhdKnG0VVwN60m2A1ckeaIJyuc_eA,48093
247
- unique_toolkit-1.43.7.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
248
- unique_toolkit-1.43.7.dist-info/RECORD,,
245
+ unique_toolkit-1.43.9.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
246
+ unique_toolkit-1.43.9.dist-info/METADATA,sha256=LPHaOz0muC2DPOKCYDQxA8Xn5O7Sc39uyXJdOcz0j_w,48369
247
+ unique_toolkit-1.43.9.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
248
+ unique_toolkit-1.43.9.dist-info/RECORD,,