ShiShiYiBan/yudao-module-ai/yudao-module-ai-biz/src/main/resources/http/chat-message.http

11 lines
223 B
Plaintext
Raw Normal View History

### message list
GET {{baseUrl}}/ai/chat/message/list?chatConversationId=1781604279872581644
Authorization: {{token}}
### message delete
DELETE {{baseUrl}}/ai/chat/message/1781604279872581644/8
Authorization: {{token}}