a
    dŠÝgÁ  ã                   @   s   d   ¡ d ZdS )ag  
Transform the hypothetical whatif statement into JSON. Don't guess at any of the parts. Write NONE if you are unsure.

{format_instructions}



statement: if cindy's pet count was 4




# JSON:



{{
    "entity_settings" : [
        {{ "name": "cindy", "attribute": "pet_count", "value": "4" }}
    ]
}}





statement: Let's say boris has ten dollars and Bill has 20 dollars.




# JSON:


{{
    "entity_settings" : [
        {{ "name": "boris", "attribute": "dollars", "value": "10" }},
        {{ "name": "bill", "attribute": "dollars", "value": "20" }}
    ]
}}





Statement: {narrative_input}




# JSON:
z


N)ÚstripÚtemplate© r   r   ú‹/var/www/html/cobodadashboardai.evdpl.com/venv/lib/python3.9/site-packages/langchain_experimental/cpal/templates/univariate/intervention.pyÚ<module>   s   4Ìÿ