unique_sdk 0.10.9__py3-none-any.whl → 0.10.10__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_sdk/api_resources/_space.py +5 -5
- {unique_sdk-0.10.9.dist-info → unique_sdk-0.10.10.dist-info}/METADATA +6 -1
- {unique_sdk-0.10.9.dist-info → unique_sdk-0.10.10.dist-info}/RECORD +5 -5
- {unique_sdk-0.10.9.dist-info → unique_sdk-0.10.10.dist-info}/LICENSE +0 -0
- {unique_sdk-0.10.9.dist-info → unique_sdk-0.10.10.dist-info}/WHEEL +0 -0
@@ -56,16 +56,16 @@ class Space(APIResource["Space"]):
|
|
56
56
|
|
57
57
|
id: str
|
58
58
|
chatId: str
|
59
|
-
text: str | None
|
60
|
-
originalText: str | None
|
59
|
+
text: str | None
|
60
|
+
originalText: str | None
|
61
61
|
role: Literal["system", "user", "assistant"]
|
62
|
-
debugInfo: Optional[Dict[str, Any]]
|
62
|
+
debugInfo: Optional[Dict[str, Any]]
|
63
63
|
completedAt: str | None
|
64
64
|
createdAt: str | None
|
65
65
|
updatedAt: str | None
|
66
66
|
stoppedStreamingAt: str | None
|
67
|
-
|
68
|
-
|
67
|
+
references: Optional[List["Space.Reference"]]
|
68
|
+
assessment: Optional[List["Space.Assessment"]]
|
69
69
|
|
70
70
|
class DeleteChatResponse(TypedDict):
|
71
71
|
"""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: unique_sdk
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.10
|
4
4
|
Summary:
|
5
5
|
License: MIT
|
6
6
|
Author: Martin Fadler
|
@@ -1488,6 +1488,11 @@ All notable changes to this project will be documented in this file.
|
|
1488
1488
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
1489
1489
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
1490
1490
|
|
1491
|
+
## [0.10.10] - 2025-08-18
|
1492
|
+
- Fix wrong name of references in `Space.Message`.
|
1493
|
+
- Fix wrong name of assessment in `Space.Message`.
|
1494
|
+
- Remove default values for `text`, `originalText` and `debugInfo` in `Space.Message` as these don't have an effect.
|
1495
|
+
|
1491
1496
|
## [0.10.9] - 2025-08-15
|
1492
1497
|
- Add script to wait for content ingestion finished.
|
1493
1498
|
|
@@ -28,13 +28,13 @@ unique_sdk/api_resources/_message_assessment.py,sha256=SSfx6eW7zb_GKe8cFJzCqW-t-
|
|
28
28
|
unique_sdk/api_resources/_search.py,sha256=GQItZKoGNOVZfkLLltBmsRZYBIreRKU0lGW8Kgpj1_Q,1959
|
29
29
|
unique_sdk/api_resources/_search_string.py,sha256=4Idw6exgZdA8qksz9WkiA68k1hTU-7yFkgT_OLU_GkE,1662
|
30
30
|
unique_sdk/api_resources/_short_term_memory.py,sha256=vPRN-Y0WPx74E6y-A3LocGc0TxJdzT-xGL66WzZwKRg,2820
|
31
|
-
unique_sdk/api_resources/_space.py,sha256=
|
31
|
+
unique_sdk/api_resources/_space.py,sha256=6789zLwkoZqrEESiTJIBVaNi8kAKAZnqR0KMmW1AzgI,4905
|
32
32
|
unique_sdk/utils/chat_history.py,sha256=5UqL9hF1O9pV7skbNOlEibF5rHdYsmG3m5-YEPUowOs,3037
|
33
33
|
unique_sdk/utils/chat_in_space.py,sha256=3NeBjOu7p43V_6PrjwxyaTkgknUS10KE4QRuTlFDU_4,5232
|
34
34
|
unique_sdk/utils/file_io.py,sha256=YY8B7VJcTLOPmCXByiOfNerXGlAtjCC5EVNmAbQJ3dQ,4306
|
35
35
|
unique_sdk/utils/sources.py,sha256=wfboE-neMKa0Wuq9QzfAEFMkNLrIrmm0v-QF33sLo6k,4952
|
36
36
|
unique_sdk/utils/token.py,sha256=AzKuAA1AwBtnvSFxGcsHLpxXr_wWE5Mj4jYBbOz2ljA,1740
|
37
|
-
unique_sdk-0.10.
|
38
|
-
unique_sdk-0.10.
|
39
|
-
unique_sdk-0.10.
|
40
|
-
unique_sdk-0.10.
|
37
|
+
unique_sdk-0.10.10.dist-info/LICENSE,sha256=EJCWoHgrXVBUb47PnjeV4MFIEOR71MAdCOIgv61J-4k,1065
|
38
|
+
unique_sdk-0.10.10.dist-info/METADATA,sha256=L2tnkvdta283C7q0tUS23xQ0lm2tG8qcW6wA4kQw6DU,50646
|
39
|
+
unique_sdk-0.10.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
40
|
+
unique_sdk-0.10.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|