Skip to content

Commit fbd2ff3

Browse files
committed
update doc
Signed-off-by: Stephanie <[email protected]>
1 parent 1850dd5 commit fbd2ff3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

docs/openapi.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,8 +1032,7 @@
10321032
},
10331033
"conversation_id": "123e4567-e89b-12d3-a456-426614174000",
10341034
"success": true,
1035-
"message": "Topic summary updated successfully",
1036-
"topic_summary": "Updated topic summary"
1035+
"message": "Topic summary updated successfully"
10371036
},
10381037
"400": {
10391038
"description": "Missing or invalid credentials provided by client",

src/app/endpoints/conversations_v2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@
9696
"conversation_id": "123e4567-e89b-12d3-a456-426614174000",
9797
"success": True,
9898
"message": "Topic summary updated successfully",
99-
"topic_summary": "Updated topic summary",
10099
},
101100
400: {
102101
"description": "Missing or invalid credentials provided by client",

0 commit comments

Comments
 (0)