nucliadb-models 6.9.2.post5276__py3-none-any.whl → 6.9.3.post5290__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 nucliadb-models might be problematic. Click here for more details.
- nucliadb_models/conversation.py +1 -2
- {nucliadb_models-6.9.2.post5276.dist-info → nucliadb_models-6.9.3.post5290.dist-info}/METADATA +1 -1
- {nucliadb_models-6.9.2.post5276.dist-info → nucliadb_models-6.9.3.post5290.dist-info}/RECORD +5 -5
- {nucliadb_models-6.9.2.post5276.dist-info → nucliadb_models-6.9.3.post5290.dist-info}/WHEEL +0 -0
- {nucliadb_models-6.9.2.post5276.dist-info → nucliadb_models-6.9.3.post5290.dist-info}/top_level.txt +0 -0
nucliadb_models/conversation.py
CHANGED
|
@@ -86,7 +86,7 @@ class FieldConversation(BaseModel):
|
|
|
86
86
|
|
|
87
87
|
|
|
88
88
|
class InputMessageContent(BaseModel):
|
|
89
|
-
text: str = Field(
|
|
89
|
+
text: str = Field()
|
|
90
90
|
format: MessageFormat = MessageFormat.PLAIN
|
|
91
91
|
attachments: List[FileB64] = Field(default=[], max_length=50)
|
|
92
92
|
attachments_fields: List[FieldRef] = Field(default=[], max_length=50)
|
|
@@ -129,7 +129,6 @@ class InputConversationField(BaseModel):
|
|
|
129
129
|
messages: List[InputMessage] = Field(
|
|
130
130
|
default_factory=list,
|
|
131
131
|
description="List of messages in the conversation field. Each message must have a unique ident. A single conversation can contain up to 51,200 messages. You can add up to 2,048 messages per request.",
|
|
132
|
-
max_length=2048,
|
|
133
132
|
)
|
|
134
133
|
extract_strategy: Optional[str] = Field(
|
|
135
134
|
default=None,
|
{nucliadb_models-6.9.2.post5276.dist-info → nucliadb_models-6.9.3.post5290.dist-info}/RECORD
RENAMED
|
@@ -2,7 +2,7 @@ nucliadb_models/__init__.py,sha256=3y8-htogKuCZcbhaUZdSjTeEjUSeec9aRWyL8AlKCyM,1
|
|
|
2
2
|
nucliadb_models/common.py,sha256=2dtKG4ZNi9p-yoNY76Uvyu1SlMeNYpH-MnuU3Q6w9Js,8169
|
|
3
3
|
nucliadb_models/configuration.py,sha256=BBrJsNjP324Cw_5J3dBrGwvpkHQYbXEo3TUaI9IqAOg,2449
|
|
4
4
|
nucliadb_models/content_types.py,sha256=36Ga-iGf4ivCqgtXC7imFgegrwHB117s9eqP62JtGv0,3456
|
|
5
|
-
nucliadb_models/conversation.py,sha256=
|
|
5
|
+
nucliadb_models/conversation.py,sha256=k9bKhkDiqhqmdrDfDPNoUfG7-2H_-KAyuOnETd8zV0E,5081
|
|
6
6
|
nucliadb_models/entities.py,sha256=i-7Y8qmFRRTih5zw0ajv1U_iiXexe66M3TK8hUikQZk,2356
|
|
7
7
|
nucliadb_models/export_import.py,sha256=mNm9IArOLnC6TLupkwqVFhxD5d08mpIVOVFneECv8UA,1073
|
|
8
8
|
nucliadb_models/external_index_providers.py,sha256=pL3leo4MkuJOnKlU1Sg6GT_mnK_VUBxGui-RPmDYVWU,1126
|
|
@@ -33,7 +33,7 @@ nucliadb_models/graph/responses.py,sha256=Sdq8OgFAL1YT-1lJyLLrkqcScvj7YTEqAUwQ-k
|
|
|
33
33
|
nucliadb_models/internal/__init__.py,sha256=zG33bUz1rHFPtvqQPWn4rDwBJt3FJodGuQYD45quiQg,583
|
|
34
34
|
nucliadb_models/internal/predict.py,sha256=Pnx6MmLfK65eExe1XnVxqmSlvMwdowewwks9BOEoqMw,2029
|
|
35
35
|
nucliadb_models/internal/shards.py,sha256=__y1OZtWGiNcPQEWfSFOj8yw458WGi7mM4vZe0K-L1Y,1691
|
|
36
|
-
nucliadb_models-6.9.
|
|
37
|
-
nucliadb_models-6.9.
|
|
38
|
-
nucliadb_models-6.9.
|
|
39
|
-
nucliadb_models-6.9.
|
|
36
|
+
nucliadb_models-6.9.3.post5290.dist-info/METADATA,sha256=h4SpXyCguKhk9FgAyvCNax7cUYAKOWEOdaHrj5d7mlg,745
|
|
37
|
+
nucliadb_models-6.9.3.post5290.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
38
|
+
nucliadb_models-6.9.3.post5290.dist-info/top_level.txt,sha256=UrY1I8oeovIRwkXLYplssTrxQdUjhSEFDFbnwaIV3tA,16
|
|
39
|
+
nucliadb_models-6.9.3.post5290.dist-info/RECORD,,
|
|
File without changes
|
{nucliadb_models-6.9.2.post5276.dist-info → nucliadb_models-6.9.3.post5290.dist-info}/top_level.txt
RENAMED
|
File without changes
|