We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e6fe1 commit 2894e7dCopy full SHA for 2894e7d
packages/models-library/src/models_library/api_schemas_webserver/projects_ui.py
@@ -73,7 +73,11 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
73
},
74
{
75
"type": "conversation",
76
- "attributes": {"x": 415, "y": 100},
+ "attributes": {
77
+ "x": 415,
78
+ "y": 100,
79
+ "conversationId": 2,
80
+ },
81
82
]
83
@@ -178,6 +182,7 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
178
182
"attributes": {
179
183
"x": 119,
180
184
"y": 223,
185
+ "conversation": 2,
181
186
187
188
0 commit comments