Replace print statements with proper logging. ```suggestion logger.info("\n=== Data transformation result ===>\n") logger.info(choice.message.content + "\n") ``` _Originally posted by @Copilot in https://github.com/microsoft/data-formulator/pull/81#discussion_r1953550174_
Originally posted by @Copilot in #81 (comment)