coze-dev / coze-dev/coze-java

查看消息列表API , 指定 chat_id 时, 为什么返回的结果中没有用户问题?

Open
#115 0 comments 0 reactions 0 assignees View on GitHub
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"
}'
```
为什么返回的消息列表, 只有智能体的回复消息, 没有用户发送的问题消息?
Image

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.