Coverage for intelligence_toolkit/extract_record_data/prompts.py: 0%
1 statements
« prev ^ index » next coverage.py v7.10.7, created at 2025-10-16 13:41 -0300
« prev ^ index » next coverage.py v7.10.7, created at 2025-10-16 13:41 -0300
1data_extraction_prompt = """
2You are a helpful assistant tasked with extracting a structured JSON object from unstructured text following the JSON schema provided.
4You should generate a new object that adheres to the schema and contains all relevant information from the input text.
6Do not fabricate information that is not present in the input text.
8--Generation guidance--
10{generation_guidance}
12--Input text--
14{input_text}
16"""