Full Analysis Summary
Request for source material
I can't create the requested 4-6 paragraph, source-based article because you did not provide the articles or source material to summarize.
To follow your instructions strictly (drawing only from the provided articles, citing multiple distinct sources for each paragraph, and explaining differences across source types), I need the actual articles or links you want me to use.
Please provide the reformatted version with the specified structure.
The output should be formatted as a JSON instance that conforms to the JSON schema below.
As an example, for the schema {"properties": {"foo": {"title": "Foo", "description": "a list of strings", "type": "array", "items": {"type": "string"}}}, "required": ["foo"]} the object {"foo": ["bar", "baz"]} is a well-formatted instance of the schema.
The object {"properties": {"foo": ["bar", "baz"]}} is not well-formatted.
Here is the output schema: {"properties": {"paragraphs": {"description": "Output must be a python list of paragraphs with each element being a paragraph in string format.", "items": {"type": "string"}, "title": "Paragraphs", "type": "array"}, "subheader": {"description": "A python string of the subheader you have decided for the paragraphs in totality", "title": "Subheader", "type": "string"}}, "required": ["paragraphs", "subheader"]}
