Skip to content

Commit 2894e7d

Browse files
committed
conversationId attributes
1 parent b2e6fe1 commit 2894e7d

File tree

1 file changed

+6
-1
lines changed
  • packages/models-library/src/models_library/api_schemas_webserver

1 file changed

+6
-1
lines changed

packages/models-library/src/models_library/api_schemas_webserver/projects_ui.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,11 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
7373
},
7474
{
7575
"type": "conversation",
76-
"attributes": {"x": 415, "y": 100},
76+
"attributes": {
77+
"x": 415,
78+
"y": 100,
79+
"conversationId": 2,
80+
},
7781
},
7882
]
7983
},
@@ -178,6 +182,7 @@ def _update_json_schema_extra(schema: JsonDict) -> None:
178182
"attributes": {
179183
"x": 119,
180184
"y": 223,
185+
"conversation": 2,
181186
},
182187
},
183188
},

0 commit comments

Comments
 (0)