= """
example_text Hello
I’m a concerned husband trying to see if I’m able to talk my wife into treatment to come off of benzos, vyvanse , and other miscellaneous drugs that are frequently mixed daily with alcohol Condition , THC gummies and occasionally kratom. She is not herself and making very serious and impulsive decisions that are badly affecting our family. I need to remain anonymous and make sure all communication is done via [EMAIL] to avoid alerting [PERSON] in case we do an intervention. I have Aetna Insurance PPO and wondering what the cost of 30 days of treatment would be if she were to opt to receive help."""
prompt_builder
Fill in a module description here
build_prompt
build_prompt (questions:List[llm_data_extractor.models.Question], source_text:str)
*Build a structured prompt for LLM data extraction.
Args: questions: List of Question objects to extract data for source_text: The unstructured text to extract data from
Returns: Formatted prompt string*