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 1850dd5 commit fbd2ff3Copy full SHA for fbd2ff3
docs/openapi.json
@@ -1032,8 +1032,7 @@
1032
},
1033
"conversation_id": "123e4567-e89b-12d3-a456-426614174000",
1034
"success": true,
1035
- "message": "Topic summary updated successfully",
1036
- "topic_summary": "Updated topic summary"
+ "message": "Topic summary updated successfully"
1037
1038
"400": {
1039
"description": "Missing or invalid credentials provided by client",
src/app/endpoints/conversations_v2.py
@@ -96,7 +96,6 @@
96
97
"success": True,
98
"message": "Topic summary updated successfully",
99
- "topic_summary": "Updated topic summary",
100
101
400: {
102
0 commit comments