How to get message response from a thread without calling ListMessages? #654
Unanswered
discusser231
asked this question in
Q&A
Replies: 2 comments
-
I am dealing with this issue as well, and the lack of documentation has been frustrating to say the least. |
Beta Was this translation helpful? Give feedback.
0 replies
-
there's any number of ways to filter ListMessages - https://platform.openai.com/docs/api-reference/messages/listMessages
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I cannot find any information about this, hence why I am posting. I have run into an issue where I am using an assistant and sending a message to the thread. All works fine except for the fact that I wanted a way to get the specific message response
Here is a short snippet cut into what's needed for this context.
This is the current method I am using to get the message response. However, I find this all a bit too weird. Surely there's a way to get the response message id after the run? Looking at the run object on completion, there's no real data that points to any sort of message id. If anyone can help show me the "proper way" to do it, I'd much appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions