*Just as a side note (this might be an issue with ...
# general-english
e
*Just as a side note (this might be an issue with my implementation, although I have both scoured the docs and debugged my logs): * When receiving
conversation-update
server messages, the required
messagesOpenAIFormatted
seems to always return an empty list, even though other fields are filled, such as
messages
or
artifact
. So if you want to get your real-time conversation messages, you might be better off getting them from the
artifact
or
message
fields.
2 Views