attp-client 0.0.2__py3-none-any.whl → 0.0.3__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.
@@ -1,4 +1,4 @@
|
|
1
|
-
from typing import Literal
|
1
|
+
from typing import Any, Literal
|
2
2
|
from uuid import UUID
|
3
3
|
from attp_client.interfaces.inference.enums.message_emergency_type import MessageEmergencyTypeEnum
|
4
4
|
from attp_client.interfaces.inference.enums.message_type import MessageTypeEnum
|
@@ -34,6 +34,7 @@ class IMessageDTOV2(FixedBaseModel):
|
|
34
34
|
tool_error_detail: str | None = None
|
35
35
|
|
36
36
|
specialist_required: MessageEmergencyTypeEnum | None = None
|
37
|
+
metadata: dict[str, Any] | None = None
|
37
38
|
|
38
39
|
def to_wrap(self) -> dict:
|
39
40
|
w = self.model_dump()
|
@@ -17,7 +17,7 @@ attp_client/interfaces/handshake/ready.py,sha256=0gEqwbvgRHkHb3FIn4YEyJ8LuzzP260
|
|
17
17
|
attp_client/interfaces/inference/enums/message_data_type.py,sha256=v68IW8DMyb-ezGnyR6T5kPE70FPDZ14AvCP2mI-iLPo,397
|
18
18
|
attp_client/interfaces/inference/enums/message_emergency_type.py,sha256=8s6PONMUdNzrxVLM5aTAicdKSk6BsRFLujVUsm5jopM,149
|
19
19
|
attp_client/interfaces/inference/enums/message_type.py,sha256=joo6t9vLDeupEtfE1II_-oW6Y_c9zSAGe0bl32TqAlA,508
|
20
|
-
attp_client/interfaces/inference/message.py,sha256=
|
20
|
+
attp_client/interfaces/inference/message.py,sha256=zoKf1yxRsbFqPlsDpO5zVFVgIqDAbc7xkbIcivao1HU,1637
|
21
21
|
attp_client/interfaces/inference/tool.py,sha256=Oabb7w0HJtpyO-AcezmojdsJMGuLH4JHXft7h4mlyX8,134
|
22
22
|
attp_client/interfaces/route_mappings.py,sha256=j6hEdkCP5xPpHS16EWmlkdTlnHa7z6e8ukbY-NolKcQ,416
|
23
23
|
attp_client/misc/fixed_basemodel.py,sha256=0MTVmlTrA75Oxv0pVfLdXFTSp5AmBzgiNwvDiLFGF_w,1853
|
@@ -29,6 +29,6 @@ attp_client/types/route_mapping.py,sha256=Kb9ZX88lqihRZr8IryfH1Vg_YAobW699Yjl6Ra
|
|
29
29
|
attp_client/utils/context_awaiter.py,sha256=oCptu5g8mY43j5cr-W4fOe85OCCaqQI9r_Pn92NgZSY,1035
|
30
30
|
attp_client/utils/route_mapper.py,sha256=uJNhKp6ipCSUxoiZS0Liix2lHOgUAnJM0kfgXWAh9RQ,554
|
31
31
|
attp_client/utils/serializer.py,sha256=O1tWYbQS9jC9aus-ISKtliKCgGmOEIb9hxykVrmMKGY,636
|
32
|
-
attp_client-0.0.
|
33
|
-
attp_client-0.0.
|
34
|
-
attp_client-0.0.
|
32
|
+
attp_client-0.0.3.dist-info/METADATA,sha256=hq0ydm3fM_FZX89y--twFaUAVlIshQjU6dFuXa3YUnY,7137
|
33
|
+
attp_client-0.0.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
34
|
+
attp_client-0.0.3.dist-info/RECORD,,
|
File without changes
|