unique_toolkit 1.41.0__py3-none-any.whl → 1.42.0__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/agentic/tools/mcp/tool_wrapper.py +2 -0
- {unique_toolkit-1.41.0.dist-info → unique_toolkit-1.42.0.dist-info}/METADATA +4 -1
- {unique_toolkit-1.41.0.dist-info → unique_toolkit-1.42.0.dist-info}/RECORD +5 -5
- {unique_toolkit-1.41.0.dist-info → unique_toolkit-1.42.0.dist-info}/LICENSE +0 -0
- {unique_toolkit-1.41.0.dist-info → unique_toolkit-1.42.0.dist-info}/WHEEL +0 -0
|
@@ -220,6 +220,8 @@ class MCPToolWrapper(Tool[MCPToolConfig]):
|
|
|
220
220
|
user_id=self.event.user_id,
|
|
221
221
|
company_id=self.event.company_id,
|
|
222
222
|
name=self.name,
|
|
223
|
+
messageId=self.event.payload.assistant_message.id,
|
|
224
|
+
chatId=self.event.payload.chat_id,
|
|
223
225
|
arguments=arguments,
|
|
224
226
|
)
|
|
225
227
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: unique_toolkit
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.42.0
|
|
4
4
|
Summary:
|
|
5
5
|
License: Proprietary
|
|
6
6
|
Author: Cedric Klinkert
|
|
@@ -124,6 +124,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
124
124
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
125
125
|
|
|
126
126
|
|
|
127
|
+
## [1.42.0] - 2025-01-05
|
|
128
|
+
- Add new params for elicitation to `call_tool` api
|
|
129
|
+
|
|
127
130
|
## [1.41.0] - 2025-12-29
|
|
128
131
|
- Add `AgenticTable` service to unique_toolkit
|
|
129
132
|
|
|
@@ -119,7 +119,7 @@ unique_toolkit/agentic/tools/factory.py,sha256=A1Aliwx037UAk9ADiDsg0zjCWWnvzV_Px
|
|
|
119
119
|
unique_toolkit/agentic/tools/mcp/__init__.py,sha256=RLF_p-LDRC7GhiB3fdCi4u3bh6V9PY_w26fg61BLyco,122
|
|
120
120
|
unique_toolkit/agentic/tools/mcp/manager.py,sha256=DPYwwDe6RSZyuPaxn-je49fP_qOOs0ZV46EM6GZcV4c,2748
|
|
121
121
|
unique_toolkit/agentic/tools/mcp/models.py,sha256=OyCCb7Vwv1ftzC_OCpFkf3TX9Aeb74ZZagG-qK5peIU,722
|
|
122
|
-
unique_toolkit/agentic/tools/mcp/tool_wrapper.py,sha256=
|
|
122
|
+
unique_toolkit/agentic/tools/mcp/tool_wrapper.py,sha256=JuNP_mild2vx6opIt5432y6mx0a0KDpKsGBNxn3UYeA,8842
|
|
123
123
|
unique_toolkit/agentic/tools/openai_builtin/__init__.py,sha256=NdVjkTa3LbW-JHhzPRjinTmgOCtEv090Zr9jGZXmgqs,345
|
|
124
124
|
unique_toolkit/agentic/tools/openai_builtin/base.py,sha256=qtUtv-iyid4GpTRKU7IwWuY_OCPHLKEi9x7MCftyLG0,1178
|
|
125
125
|
unique_toolkit/agentic/tools/openai_builtin/code_interpreter/__init__.py,sha256=w2vONpnC6hKRPoJGwzDuRtNBsQd_o-gMUqArgIl_5KY,305
|
|
@@ -215,7 +215,7 @@ unique_toolkit/short_term_memory/service.py,sha256=5PeVBu1ZCAfyDb2HLVvlmqSbyzBBu
|
|
|
215
215
|
unique_toolkit/smart_rules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
216
216
|
unique_toolkit/smart_rules/compile.py,sha256=Ozhh70qCn2yOzRWr9d8WmJeTo7AQurwd3tStgBMPFLA,1246
|
|
217
217
|
unique_toolkit/test_utilities/events.py,sha256=_mwV2bs5iLjxS1ynDCjaIq-gjjKhXYCK-iy3dRfvO3g,6410
|
|
218
|
-
unique_toolkit-1.
|
|
219
|
-
unique_toolkit-1.
|
|
220
|
-
unique_toolkit-1.
|
|
221
|
-
unique_toolkit-1.
|
|
218
|
+
unique_toolkit-1.42.0.dist-info/LICENSE,sha256=GlN8wHNdh53xwOPg44URnwag6TEolCjoq3YD_KrWgss,193
|
|
219
|
+
unique_toolkit-1.42.0.dist-info/METADATA,sha256=tlmceVkTzv-EZShqPseUHK7nRzfvoezcHCzelCPgIKQ,46573
|
|
220
|
+
unique_toolkit-1.42.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
221
|
+
unique_toolkit-1.42.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|