cheshirecat-python-sdk 1.7.7__py3-none-any.whl → 1.7.8__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.
- cheshirecat_python_sdk/models/api/messages.py +1 -6
- {cheshirecat_python_sdk-1.7.7.dist-info → cheshirecat_python_sdk-1.7.8.dist-info}/METADATA +1 -1
- {cheshirecat_python_sdk-1.7.7.dist-info → cheshirecat_python_sdk-1.7.8.dist-info}/RECORD +5 -5
- {cheshirecat_python_sdk-1.7.7.dist-info → cheshirecat_python_sdk-1.7.8.dist-info}/WHEEL +0 -0
- {cheshirecat_python_sdk-1.7.7.dist-info → cheshirecat_python_sdk-1.7.8.dist-info}/licenses/LICENSE +0 -0
|
@@ -7,15 +7,10 @@ class MessageOutput(MessageBase):
|
|
|
7
7
|
why: Why | None = Field(default_factory=Why) # Assuming Why has a no-args constructor
|
|
8
8
|
type: str | None = "chat" # Default argument
|
|
9
9
|
error: bool | None = False # Default argument
|
|
10
|
-
content: str = Field(init=False) # Field without a default value
|
|
11
|
-
|
|
12
|
-
def __init__(self, **data):
|
|
13
|
-
super().__init__(**data)
|
|
14
|
-
self.content = self.text
|
|
15
10
|
|
|
16
11
|
|
|
17
12
|
class ChatOutput(BaseModel):
|
|
18
13
|
agent_id: str
|
|
19
14
|
user_id: str
|
|
20
15
|
chat_id: str
|
|
21
|
-
message: MessageOutput
|
|
16
|
+
message: MessageOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cheshirecat-python-sdk
|
|
3
|
-
Version: 1.7.
|
|
3
|
+
Version: 1.7.8
|
|
4
4
|
Summary: Python SDK for the Cloud-ready fork of the Cheshire Cat
|
|
5
5
|
Project-URL: Repository, https://github.com/matteocacciola/cheshirecat-python-sdk
|
|
6
6
|
Project-URL: Documentation, https://github.com/matteocacciola/cheshirecat-python-sdk#README
|
|
@@ -36,14 +36,14 @@ cheshirecat_python_sdk/models/api/conversations.py,sha256=Ej8677MLBqZEME1lZFd4Uh
|
|
|
36
36
|
cheshirecat_python_sdk/models/api/factories.py,sha256=_NWz0nKhaVYEbaphxe2YZGznDIUiMKb-xqA1xymME5A,594
|
|
37
37
|
cheshirecat_python_sdk/models/api/file_managers.py,sha256=V0ZBjQWmYM1t0Qpfp3W2NDI_tScOtORB0i5YMEpTiRU,301
|
|
38
38
|
cheshirecat_python_sdk/models/api/memories.py,sha256=4rqFuFNzNbmwIG1KGiSyfnv40nds5g7fSkov3drj0cc,948
|
|
39
|
-
cheshirecat_python_sdk/models/api/messages.py,sha256=
|
|
39
|
+
cheshirecat_python_sdk/models/api/messages.py,sha256=PDojYuXUDXSek8nkg8QKoVdAJ2NMmhV4iWvbhOrekEE,441
|
|
40
40
|
cheshirecat_python_sdk/models/api/plugins.py,sha256=uX8SYbcTxQSxv1IaVChEBd3rr6kc83rwq3IILnmq5EE,1996
|
|
41
41
|
cheshirecat_python_sdk/models/api/rabbit_holes.py,sha256=01FcPSIG6nq9WJhL_rQopLMSD81CU9lfP-t0xtf35Gw,285
|
|
42
42
|
cheshirecat_python_sdk/models/api/tokens.py,sha256=tJRx96ZrOS66anE9F5EvBLgd5aKNbrgn4EwpIvYaruQ,442
|
|
43
43
|
cheshirecat_python_sdk/models/api/users.py,sha256=2l86y6ol0R0823gGl4bmc1TzGP4ZyvTm9AR8riKiatA,160
|
|
44
44
|
cheshirecat_python_sdk/models/api/nested/memories.py,sha256=ddGDsmZa2refElM0sGz9QfKHGk50wsTpkwN5qDC5bF4,946
|
|
45
45
|
cheshirecat_python_sdk/models/api/nested/plugins.py,sha256=7vrwgXh0csaUn11YKY_OWnGEnD8Fu_ewKxt024VOBEs,738
|
|
46
|
-
cheshirecat_python_sdk-1.7.
|
|
47
|
-
cheshirecat_python_sdk-1.7.
|
|
48
|
-
cheshirecat_python_sdk-1.7.
|
|
49
|
-
cheshirecat_python_sdk-1.7.
|
|
46
|
+
cheshirecat_python_sdk-1.7.8.dist-info/METADATA,sha256=IXBVpmqcBTo7q_VnGFPgKsIeIpGpv4_tEhRRSt0xSAM,44136
|
|
47
|
+
cheshirecat_python_sdk-1.7.8.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
48
|
+
cheshirecat_python_sdk-1.7.8.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
49
|
+
cheshirecat_python_sdk-1.7.8.dist-info/RECORD,,
|
|
File without changes
|
{cheshirecat_python_sdk-1.7.7.dist-info → cheshirecat_python_sdk-1.7.8.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|