Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ feat: Add 'explain prompt' functionality to AI tools #159

Closed
wants to merge 3 commits into from

Commits on Aug 15, 2024

  1. ✨ feat: Add 'explain prompt' functionality to AI tools

    - Introduced new prompt 'explain prompt' to analyze and explain how a given prompt was understood to generate a response.
    - Replaced `thread_to_string` with `chats_to_string` to improve clarity in handling chat threads.
    - Added commands `gptRequest` and `gptExchange` to support retrieval of previous requests and exchanges.
    - Updated `send_request` to store the last request and response in `GPTState` for better context management.
    - Removed redundant `GPTState.last_response` assignment in `gpt_query`.
    
    These changes enhance the ability to run 'explain prompt' and understand prompt-response mechanics.
    jaresty committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    9c7e7a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    359f792 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cccc6be View commit details
    Browse the repository at this point in the history