diff --git a/src/prompt.py b/src/prompt.py index ea37483..2cdbe5d 100644 --- a/src/prompt.py +++ b/src/prompt.py @@ -18,7 +18,10 @@ class GenerateReport: - def __init__( + """ + Generates lunar visibility reports by processing astronomical data, creating prompts for large language models, invoking different AI services, parsing and summarizing their responses, and producing PDF reports. + """ + def __init__( self, df: pd.DataFrame, date: str, islamic_month: str, islamic_year: str ): load_dotenv()