std::string no_response_reason(const char *result_json)
Explain why no answer text could be extracted (gh#130).
std::string final_text_or_reason(const char *result_json)
Final answer text, or a diagnostic when there is none.
std::string extract_final_text(const char *result_json)
Extract the answer text from a serialized conversation.