A community member is looking for a convenient way to override the output formatting of the llama_index library, specifically the formatting of the "Prompt" and "Completion" sections. The comments suggest that there is no convenient way to do this at the moment, but it would be easy to add. Some community members mention that the only way to do it currently is by editing the source code of the installed package. One community member notes that they had originally designed the formatting feature for visual purposes only. Another community member finds a solution by using llama_index.set_global_handler("simple"), which allows them to print the response without the additional formatting.