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(history): add support for prompt histories. #42

Merged
merged 4 commits into from
Apr 30, 2024

Commits on Apr 28, 2024

  1. feat(history): add support for prompt histories.

    add support for prompt history
    AnnatarHe committed Apr 28, 2024
    Configuration menu
    Copy the full SHA
    8292462 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. feat(history): Add tests for retrieving prompt histories

    Added tests in prompt_test.go to check the retrieval of prompt histories using the given context. This ensures that the histories are correctly fetched and have necessary attributes such as ID, name, created date, and updated date.
    AnnatarHe committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6e91221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    289501b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c366728 View commit details
    Browse the repository at this point in the history