So far, when sending requests to the completions endpoint, it doesn't save the queries in any conversation. I'd like to save them for two reasons. For one, It'd be convenient to refer to them later on, and secondly, I'd want to refer to the AI responses using its saved/returned conversation_id and message_id. so far Handler terminates due at max_tokens and nightmare only returns the msgId
So far, when sending requests to the
completions
endpoint, it doesn't save the queries in any conversation. I'd like to save them for two reasons. For one, It'd be convenient to refer to them later on, and secondly, I'd want to refer to the AI responses using its saved/returned conversation_id and message_id. so far Handler terminates due atmax_tokens
andnightmare
only returns themsgId
that's my curl request
tl;dr be able to retrieve continue_info so that I'd be able to read the response out loud with the syntehesize segment of TTS