We've been testing out the chat endpoints for a bit now, and there's a few things that we think are not working as expected/that we don't understand how to use properly. First issue is that when continuing a conversation (ie PUT to a specific conversation ID) we only ever get one response back from Titus, and not the whole (or part of) conversation context. If we get the transcript for the same conversation ID we do get all of the messages in the conversation. Since the PUT endpoint returns an array of messages, I assume it's supposed to return several messages? Second issue is that when adding the query parameter "?as_stream=true" it does not seem that we actually get a streamed response back