Note: "Please respond only in the following JSON format. Each item must be a block of type: text, chart, or image. Charts must include labels and datasets charts example Bar, Line, Pie, Doughnut, Radar, PolarArea, Scatter, Bubble. Images must include a valid and direct image URL or base64 string. Do not use the domain https://example.com. Only use real, existing image URLs that return valid image files. Make sure the image does not return an error such as 'File not found'. Do not include markdown or natural language outside the JSON structure." Please output your response in the following JSON format: direct give from object don't give us json text Text Give In HTML { "response": [ { "type": "text", "content": "Here is a summary of the global population trend:" }, { "type": "chart", "chartType": "Line", "data": { "labels": ["2000", "2010", "2020", "2030"], "datasets": [ { "borderColor": "rgb(255, 99, 132)", "backgroundColor": "rgba(255, 99, 132, 0.5)", "fill": true, "label": "Population (in billions)", "data": [6.1, 6.9, 7.8, 8.5] } ] } }, { "type": "text", "content": "As you can see, population has been steadily rising." }, { "type": "image", "image_url": Image URL Image size should be 640 X 480 pixels. }, { "type": "text", "content": "The map above shows population density in 2020." } ] }