Contents:
ChatGptManager
ChatGptManager.from_tuple_to_gpt_input()
ChatGptManager.generate_initial_message()
ChatGptManager.get_chatgpt_response()
ChatGptManager.get_conversation_transcript()
ChatGptManager.summarize()
INIT_CHATBOT_PROMPT
SUMMARY_PROMPT
generate_conversation_report()
make_printable()
manage_incoming_message()
root()
telegram_webhook()
PostgreSQLClient
PostgreSQLClient.get_messages()
PostgreSQLClient.insert_message()
PostgreSQLClient.insert_report()