增加创建role对话

This commit is contained in:
cherishsince
2024-04-23 16:29:26 +08:00
parent dc44fe1cf9
commit 1ab1538afe
9 changed files with 125 additions and 69 deletions

View File

@@ -16,7 +16,12 @@ GET {{baseUrl}}/ai/chat/conversation/1781604279872581644
Authorization: {{token}}
### 对话 - id获取
### 对话 - list
GET {{baseUrl}}/ai/chat/conversation/list
Authorization: {{token}}
### 对话 - 删除
DELETE {{baseUrl}}/ai/chat/conversation/1781604279872581644
Authorization: {{token}}