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

@@ -42,6 +42,7 @@ class AssistantCommandModel(Base):
42
42
  label = Column(Text, nullable=False)
43
43
  result = Column(Text)
44
44
  llm_result = Column(Text)
45
+ error = Column(Text, nullable=True)
45
46
  internal_doc = Column(Boolean, nullable=True)
46
47
  created_at = Column(DateTime, nullable=False, default=lambda: datetime.utcnow())
47
48
  updated_at = Column(
@@ -103,6 +103,7 @@ class AssistantCommandResourceSchema(Schema):
103
103
  lower_neighbour_ids = fields.Method(serialize="serialize_lower_neighbours")
104
104
  result = AssistantCommandResultField(required=True, allow_none=True)
105
105
  llm_result = AssistantCommandLLMResultField(allow_none=True)
106
+ error = fields.String(allow_none=True)
106
107
  internal_doc = fields.Boolean(allow_none=True)
107
108
  created_at = fields.DateTime(dump_only=True)
108
109
  updated_at = fields.DateTime(dump_only=True)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cs-models
3
- Version: 0.0.686
3
+ Version: 0.0.687
4
4
  Summary: MySQL db models
5
5
  Home-page: https://github.com/mindgram/cs-models
6
6
  Author: Shrey Verma
@@ -27,8 +27,8 @@ cs_models/resources/Assignee/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
27
27
  cs_models/resources/Assignee/models.py,sha256=_f0_UwzF1gbOlU0t0l-9UIi0E4vaIS5VsHeOxc698SE,617
28
28
  cs_models/resources/Assignee/schemas.py,sha256=N4_upICR1Cd_B45LHpOly7FEwWhAB1fXUP4y60OiezE,269
29
29
  cs_models/resources/AssistantCommand/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
30
- cs_models/resources/AssistantCommand/models.py,sha256=_23uhE2O5XeaTiLgHdfnswqv1-lkLJ_qi6mTxsfrmGE,2115
31
- cs_models/resources/AssistantCommand/schemas.py,sha256=HxJQHLD8WolXkS4r-VBymxWs9QuYaFBX1c2NIF2CobQ,3746
30
+ cs_models/resources/AssistantCommand/models.py,sha256=qZ5yGM-BCIIT-Kh5cFcbNVMNtunV7BLwfRsgGzyaSdg,2155
31
+ cs_models/resources/AssistantCommand/schemas.py,sha256=miJ9NXIKYK4p0Oke5N3kEVuFI8uUZwGLVKb0UWcNlEw,3789
32
32
  cs_models/resources/AssistantCommandArtifact/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
33
33
  cs_models/resources/AssistantCommandArtifact/models.py,sha256=SxSjZA_y2SGzXv7YW-19-rCTzRBcUiPf5JzMK1B-xRg,808
34
34
  cs_models/resources/AssistantCommandArtifact/schemas.py,sha256=fNOCH2oS0gUsGZtgpKeYPc4-xJhODw2HidHV3C12tGo,414
@@ -1141,7 +1141,7 @@ cs_models/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1141
1141
  cs_models/utils/alchemy.py,sha256=fhINGFn41owJ2DLXQKXAAtLqeZ1BRzD_qU0wPK_bsGQ,1598
1142
1142
  cs_models/utils/utils.py,sha256=bY623DuzycfPQiaOQT2AxfANeWfwr5w76dBuQ813-ns,3664
1143
1143
  cs_models/utils/profiling/__init__.py,sha256=N-73vb0M92C975fxgXyBCBjCPELl8Oh21ZY_-tzDnns,569
1144
- cs_models-0.0.686.dist-info/METADATA,sha256=zhnwT2cnCXMAJHBN9_VxN8yijdVNYiKiUVBFe3y2DvE,792
1145
- cs_models-0.0.686.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1146
- cs_models-0.0.686.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1147
- cs_models-0.0.686.dist-info/RECORD,,
1144
+ cs_models-0.0.687.dist-info/METADATA,sha256=PXS-r915dnRugLdc3Lb52hLTT_Bu5lpkkdiXoIGOfD0,792
1145
+ cs_models-0.0.687.dist-info/WHEEL,sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA,92
1146
+ cs_models-0.0.687.dist-info/top_level.txt,sha256=M7CA8Nh5t0vRManQ9gHfphhO16uhMqIbfaxr1jPDg18,10
1147
+ cs_models-0.0.687.dist-info/RECORD,,