cs-models 0.0.810__py3-none-any.whl → 0.0.811__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.

Potentially problematic release.


This version of cs-models might be problematic. Click here for more details.

@@ -17,6 +17,7 @@ class AssistantSessionModel(Base):
17
17
  user_id = Column(String(128), nullable=False)
18
18
  type = Column(String(50), nullable=False)
19
19
  label = Column(String(128), nullable=False)
20
+ display_label = Column(String(128), nullable=True)
20
21
  created_at = Column(
21
22
  DateTime,
22
23
  nullable=False,
@@ -9,6 +9,7 @@ class AssistantSessionResourceSchema(Schema):
9
9
  user_id = fields.String(required=True)
10
10
  type = fields.String(required=True)
11
11
  label = fields.String(required=True)
12
+ display_label = fields.String(allow_none=True)
12
13
  user_queries = fields.Nested(
13
14
  AssistantUserQueryResourceSchema(exclude=("session_id",)),
14
15
  many=True,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.810
3
+ Version: 0.0.811
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -56,8 +56,8 @@ cs_models/resources/AssistantSearchCopilotMarkdown/__init__.py,sha256=47DEQpj8HB
56
56
  cs_models/resources/AssistantSearchCopilotMarkdown/models.py,sha256=1kP7JU2Bxlcl_dG2aSg88SertHL4mcNrlCnoECHq3vU,760
57
57
  cs_models/resources/AssistantSearchCopilotMarkdown/schemas.py,sha256=74k6fc1Ev9CBqLv_8YdxVIq_tppLP_1CKUYtH-nkcv0,291
58
58
  cs_models/resources/AssistantSession/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
- cs_models/resources/AssistantSession/models.py,sha256=pjHXnpwnLqEkaJzK7dyAXLzi6dCS6VeO_sxQOswp3_k,1537
60
- cs_models/resources/AssistantSession/schemas.py,sha256=xBFtTAhG_06gdPALKc1DXAk9nKz07zpY6HFOtcwSSsk,831
59
+ cs_models/resources/AssistantSession/models.py,sha256=V1raTICqQC4lOgFxEpOwVEiUht2RoA8cUVvFkoKHe2o,1592
60
+ cs_models/resources/AssistantSession/schemas.py,sha256=hxJhXtSKx_qf-vCi2lBIJjmX6uQOkgWv99iBoxGmNVw,882
61
61
  cs_models/resources/AssistantUserQuery/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
62
62
  cs_models/resources/AssistantUserQuery/models.py,sha256=Je_-aQ702dWxQSTH398dspF8_glRCHtSA6_LdWLW410,1823
63
63
  cs_models/resources/AssistantUserQuery/schemas.py,sha256=ju2-XM9xdXCNwcFy0YDzJ0dH0Nj2BxTRZPqnItFZMVo,1819
@@ -1321,7 +1321,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1321
1321
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1322
1322
  cs_models/utils/utils.py,sha256=BzCDk3u1np7DoJQqCZIJN4f80JNHvJoWO4qEFgolN-8,4474
1323
1323
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1324
- cs_models-0.0.810.dist-info/METADATA,sha256=lDeFnNXB9HTj2s6JmBt0EQx5xC7cf6bi66Z0aA89j1A,751
1325
- cs_models-0.0.810.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1326
- cs_models-0.0.810.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1327
- cs_models-0.0.810.dist-info/RECORD,,
1324
+ cs_models-0.0.811.dist-info/METADATA,sha256=_ZT9VyT1SlfFsgYtrTiMLlpLkc_QBZ2NivqYLh9Yqes,751
1325
+ cs_models-0.0.811.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1326
+ cs_models-0.0.811.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1327
+ cs_models-0.0.811.dist-info/RECORD,,