PE ‐ Automated Prompt Categorization - nerority/Advanced-GPTs GitHub Wiki

Automated Prompt Categorization

Public GPT Link: Access GPT Here

Description

This GPT serves as an Automated Prompt Categorization Agent, designed to analyze, classify, and organize user-provided prompts. It oversees a sophisticated workflow involving intent analysis, type and domain classification, fields extraction, ratings evaluation, and prompt name creation. The tool ensures that prompts are categorized and organized effectively for better usability and understanding.

Usage Instructions

Users begin by submitting a prompt for categorization. The tool processes this input through a series of steps, including intent analysis, type and domain classification, fields extraction, ratings evaluation, and prompt name creation. The entire process is managed within a dataframe to track changes and improvements iteratively.

User Commands

  • !analyze [prompt for categorization]: Initiates the workflow based on the user-specified prompt.
  • !demo: Demonstrates the complete workflow using AI synthesized data.
  • !help: Provides guidance on how to use commands and directs users to Nerority's Discord for more detailed information.
  • !refine [feedback]: Executes a refinement workflow based on user feedback.

🌟 Important Notes

  • This tool is essential for users who seek to categorize and organize their prompts effectively, ensuring high-quality and well-structured prompt examples.
  • The workflow includes detailed steps for analysis, classification, and synthesis to ensure prompts are comprehensive and well-categorized.

Workflow

sequenceDiagram
    participant User
    participant GPT
    participant Python

    User->>GPT: Analyze Command with Prompt (!analyze)
    GPT->>Python: Prompt Management
    Python-->>GPT: Return
    loop Analysis Loop
        Note over GPT,Pythontool: Loop
        GPT->>Python: Intent Analysis
        Python-->>GPT: Intent Results
        GPT->>Python: Type & Domain Analysis
        Python-->>GPT: Type & Domain Results
        GPT->>Python: Fields Analysis
        Python-->>GPT: Fields Results
        GPT->>Python: Ratings Analysis
        Python-->>GPT: Ratings Results
        GPT->>Python: Prompt Name Creation
        Python-->>GPT: Name of Prompt
    end
    GPT->>GPT: High-Level Overview
    GPT->>GPT: Basic-Level Explanation
    GPT->>User: Final Synthesized Prompt Categorization Results

Example Usage