About
Custom Context provides tools for transforming unstructured text into structured JSON data. By utilizing JSON templates with placeholders, it facilitates the extraction of key-value pairs from AI-generated or other text sources. The server offers functionalities to both group text based on a provided JSON template and convert this grouped text into a JSON object, enabling downstream applications to readily consume structured data.
Key Features
- Transforms text into JSON format using templates.
- Generates prompts for AI models to guide information extraction.
- Parses AI-generated text into key-value pairs.
- 1 GitHub stars
- Reconstructs JSON objects based on template structure.
- Supports nested placeholders within JSON templates.
Use Cases
- Extract information from AI-generated text.
- Group and organize text based on predefined templates.
- Structure data for downstream applications.