February 20, 2024
Getting message from ChatGPT Assistants/Threads API
I’ve recently played with ChatGPT Assistant/Threads API and had to spend some time to get the actual response. For simple queries the message is included in the response, but for threads/run APIs it requires a bit more of engineering. Here’s how to get the message from the response.
Read more