查看消息列表API , 指定 chat_id 时, 为什么返回的结果中没有用户问题?
Open
- Dominant language
- Java
- Stars
- 214
- Forks
- 98
- PR merge metrics
- No merged PRs in 30d
Description
[查看消息列表 API](https://www.coze.cn/open/playground/conversation_message_list)
``` sh
curl -X POST 'https://api.coze.cn/v1/conversation/message/list?conversation_id=75xxxx&' \
-H "Authorization: Bearer czs_xxx" \
-H "Content-Type: application/json" \
-d '{
"chat_id": "75xxxxx"
}'
```
为什么返回的消息列表, 只有智能体的回复消息, 没有用户发送的问题消息?
Contributor guide
Assessment
This issue has not been assessed yet.