unique_toolkit 0.7.40__py3-none-any.whl → 0.7.41__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.
@@ -116,6 +116,10 @@ class ChatEventPayload(BaseModel):
116
116
  default_factory=list,
117
117
  description="A list containing the tool names the user has chosen to be activated.",
118
118
  )
119
+ disabled_tools: list[str] = Field(
120
+ default_factory=list,
121
+ description="A list containing the tool names of tools that are disabled at the company level",
122
+ )
119
123
  tool_parameters: dict[str, Any] = Field(
120
124
  default_factory=dict,
121
125
  description="Parameters extracted from module selection function calling the tool.",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: unique_toolkit
3
- Version: 0.7.40
3
+ Version: 0.7.41
4
4
  Summary:
5
5
  License: Proprietary
6
6
  Author: Martin Fadler
@@ -113,6 +113,9 @@ All notable changes to this project will be documented in this file.
113
113
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
114
114
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
115
115
 
116
+ ## [0.7.41] - 2025-07-31
117
+ - Add new chat event attribute indicating tools disabled on a company level
118
+
116
119
  ## [0.7.40] - 2025-07-30
117
120
  - Remove `GEMINI_2_5_FLASH_PREVIEW_0417` model
118
121
 
@@ -10,7 +10,7 @@ unique_toolkit/app/init_logging.py,sha256=Sh26SRxOj8i8dzobKhYha2lLrkrMTHfB1V4jR3
10
10
  unique_toolkit/app/init_sdk.py,sha256=Nv4Now4pMfM0AgRhbtatLpm_39rKxn0WmRLwmPhRl-8,1285
11
11
  unique_toolkit/app/performance/async_tasks.py,sha256=H0l3OAcosLwNHZ8d2pd-Di4wHIXfclEvagi5kfqLFPA,1941
12
12
  unique_toolkit/app/performance/async_wrapper.py,sha256=yVVcRDkcdyfjsxro-N29SBvi-7773wnfDplef6-y8xw,1077
13
- unique_toolkit/app/schemas.py,sha256=f1WHnEqSMX2C_c9vtOOVNSdlSH--jK22GDbtRAKPVjc,5044
13
+ unique_toolkit/app/schemas.py,sha256=cRh5Ye077MqERIK2OKj86wMVhzpkGJ37gEAaan1agyY,5223
14
14
  unique_toolkit/app/sse_client.py,sha256=jtOhB2g_oE-vJBqtVuWnWyYUJYv3oOhN2U8j8wuHJ5Y,668
15
15
  unique_toolkit/app/unique_settings.py,sha256=fi3V9Dru1G1YK7Pxju_KBGiNJHkHdx7JzpDglcvMZro,1820
16
16
  unique_toolkit/app/verification.py,sha256=GxFFwcJMy25fCA_Xe89wKW7bgqOu8PAs5y8QpHF0GSc,3861
@@ -70,7 +70,7 @@ unique_toolkit/short_term_memory/schemas.py,sha256=OhfcXyF6ACdwIXW45sKzjtZX_gkcJ
70
70
  unique_toolkit/short_term_memory/service.py,sha256=8sW7cFJRd4vcRfotJSWb0uHZYl-e5hQWp3G1SddL5Bg,8110
71
71
  unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
72
72
  unique_toolkit/smart_rules/compile.py,sha256=cxWjb2dxEI2HGsakKdVCkSNi7VK9mr08w5sDcFCQyWI,9553
73
- unique_toolkit-0.7.40.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
74
- unique_toolkit-0.7.40.dist-info/METADATA,sha256=gkt3A6p7LNzXPTnDq6MnhoL-r9G_E_WahX6rAzDOXcE,25466
75
- unique_toolkit-0.7.40.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
76
- unique_toolkit-0.7.40.dist-info/RECORD,,
73
+ unique_toolkit-0.7.41.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
74
+ unique_toolkit-0.7.41.dist-info/METADATA,sha256=5YR3rcJMH9cD2GD1ao4eg8P-f2j1D5irTBgV7bxynnw,25568
75
+ unique_toolkit-0.7.41.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
76
+ unique_toolkit-0.7.41.dist-info/RECORD,,