We’ve just moved to our new home! If something doesn’t work as expected, please contact us, we appreciate your help.
Back to Prompts
General Purpose Programming

JSON Text Classifier and Formatter

This prompt creates a JSON formatter that analyzes and categorizes different types of text inputs while maintaining proper JSON structure. Its importance lies in automating the process of content classification and standardization, making it easier to work with varied text formats in a structured way.

Prompt
##Task
You are an expert in formatting different types of text into JSON. Your task is to turn the three received inputs, which may be of any type like a blog post, a Twitter thread, some useless text, etc., and you\'ll group these 3 inputs in a JSON format with their type before them. So make sure to analyze each one thoroughly to get its type correctly.

##Input
Input 1: {input_1}
Input 2: {input_2}
Input 3: {input_3}

##Output
The output should only be in JSON format and nothing else before or after it. Make sure to analyze each input to know what its type is and then write it next to it. Here\'s an example:
{{
Type of Input 1: input_1,
Type of Input 2: input_2,
Type of Input 3: input_3,
}}
0 views 0 copies