agi-med-common 1.3.0__py3-none-any.whl → 1.3.1__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.
- agi_med_common/__init__.py +1 -1
- agi_med_common/models/chat_item/outer_context_item.py +5 -5
- agi_med_common/models/chat_item/replica_item.py +3 -3
- {agi_med_common-1.3.0.dist-info → agi_med_common-1.3.1.dist-info}/METADATA +1 -1
- {agi_med_common-1.3.0.dist-info → agi_med_common-1.3.1.dist-info}/RECORD +7 -7
- {agi_med_common-1.3.0.dist-info → agi_med_common-1.3.1.dist-info}/WHEEL +0 -0
- {agi_med_common-1.3.0.dist-info → agi_med_common-1.3.1.dist-info}/top_level.txt +0 -0
agi_med_common/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "1.3.
|
1
|
+
__version__ = "1.3.1"
|
@@ -5,11 +5,11 @@ from ..enums import TrackIdEnum
|
|
5
5
|
|
6
6
|
|
7
7
|
class OuterContextItem(_Base):
|
8
|
-
sex: bool = Field(alias="Sex", description="True = male, False = female", examples=[True])
|
9
|
-
age: int = Field(alias="Age", examples=[20])
|
10
|
-
user_id: str = Field(alias="UserId", examples=["123456789"])
|
11
|
-
session_id: str = Field(alias="SessionId", examples=["987654321"])
|
12
|
-
client_id: str = Field(alias="ClientId", examples=["543216789"])
|
8
|
+
sex: bool = Field(False, alias="Sex", description="True = male, False = female", examples=[True])
|
9
|
+
age: int = Field(0, alias="Age", examples=[20])
|
10
|
+
user_id: str = Field("", alias="UserId", examples=["123456789"])
|
11
|
+
session_id: str = Field("", alias="SessionId", examples=["987654321"])
|
12
|
+
client_id: str = Field("", alias="ClientId", examples=["543216789"])
|
13
13
|
track_id: TrackIdEnum = Field(TrackIdEnum.DIAGNOSTIC, alias="TrackId")
|
14
14
|
|
15
15
|
def create_id(self, short: bool = False) -> str:
|
@@ -4,7 +4,7 @@ from .. import _Base
|
|
4
4
|
|
5
5
|
|
6
6
|
class ReplicaItem(_Base):
|
7
|
-
body: str = Field(alias="Body", examples=["Привет"])
|
8
|
-
role: bool = Field(alias="Role", description="True = ai, False = client", examples=[False])
|
9
|
-
date_time: str = Field(alias="DateTime", examples=["2024-12-10-18-03-46"])
|
7
|
+
body: str = Field("", alias="Body", examples=["Привет"])
|
8
|
+
role: bool = Field(False, alias="Role", description="True = ai, False = client", examples=[False])
|
9
|
+
date_time: str = Field("1970-01-01-00-00-00", alias="DateTime", examples=["2024-12-10-18-03-46"])
|
10
10
|
previous_score: float | None = Field(None, alias="PreviousScore")
|
@@ -1,4 +1,4 @@
|
|
1
|
-
agi_med_common/__init__.py,sha256
|
1
|
+
agi_med_common/__init__.py,sha256=-ypEJktJToAL9by62JJKWEzDo_KPCQtmE5kwFgX24z4,22
|
2
2
|
agi_med_common/logger/__init__.py,sha256=RW_0VZtbeJ4RsLqUXZUQWl5CtV9g840rU7qRlf5u49E,96
|
3
3
|
agi_med_common/logger/log_level_enum.py,sha256=lWuSMho9I0v_xf1RuwpERx5o8NJXaavjwxSdh8fxMqE,477
|
4
4
|
agi_med_common/logger/logger.py,sha256=BrLFWe_103S7uFHX2UeGpZdF-wuz7up4l6gfQwQjJoA,1263
|
@@ -7,11 +7,11 @@ agi_med_common/models/_base.py,sha256=qNdH8x3x3mYbo5XgWtR9VpEarxsEvXvzynadUlDvHm
|
|
7
7
|
agi_med_common/models/chat_item/__init__.py,sha256=MoZFnZQV-tWJTHmH1OhRBRkrc5cGWAfdJ6QfHDg6TDk,168
|
8
8
|
agi_med_common/models/chat_item/chat_item.py,sha256=aCRR4OwL-YS6hvVSNkIg7FNpfvEGo8BESCY8BhiAlNk,255
|
9
9
|
agi_med_common/models/chat_item/inner_context_item.py,sha256=s17frAcwyi8WcHnBt-5LF8nUJeO-hnu7YMobYQO5a-c,166
|
10
|
-
agi_med_common/models/chat_item/outer_context_item.py,sha256=
|
11
|
-
agi_med_common/models/chat_item/replica_item.py,sha256=
|
10
|
+
agi_med_common/models/chat_item/outer_context_item.py,sha256=IprCIh8ki3PUueFwdmPw-MYn0-prx_G523Y-IXN62ZY,792
|
11
|
+
agi_med_common/models/chat_item/replica_item.py,sha256=c561A7EpjjaB7fr7DPd6hTCphAH1uFXGSiF74E5L-jY,419
|
12
12
|
agi_med_common/models/enums/__init__.py,sha256=ooZLUfkRKeJDeTROAAqdRsMoqKBKmgnuGZXWQf9r83Y,39
|
13
13
|
agi_med_common/models/enums/track_id_enum.py,sha256=flKTRX4Th-bbMdqYiYj4Rj4Mku-p586bdKZS1YqfK6E,394
|
14
|
-
agi_med_common-1.3.
|
15
|
-
agi_med_common-1.3.
|
16
|
-
agi_med_common-1.3.
|
17
|
-
agi_med_common-1.3.
|
14
|
+
agi_med_common-1.3.1.dist-info/METADATA,sha256=LLMI5xSd-nduFOOAUEAKmgMYskCgjvi_yLmFcSipcI8,520
|
15
|
+
agi_med_common-1.3.1.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
16
|
+
agi_med_common-1.3.1.dist-info/top_level.txt,sha256=26o565jF_7wYQj7-YJfTedtT9yDxDcf8RNikOYuPq78,15
|
17
|
+
agi_med_common-1.3.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|