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

Prompt manager interface #4

Merged
merged 1 commit into from
Oct 23, 2024
Merged

Conversation

dazfuller
Copy link
Contributor

This adds the IPromptManager interface to allow the prompt manager to be mocked out by client code for unit tests and to better support DI scenarios

this adds the IPromptManager interface to allow the prompt manager to be mocked out by client code for unit tests and to better support DI scenarios
@dazfuller dazfuller added the enhancement New feature or request label Oct 23, 2024
@dazfuller dazfuller self-assigned this Oct 23, 2024
Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.53%. Comparing base (82d6a5b) to head (49d191d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #4   +/-   ##
=======================================
  Coverage   99.53%   99.53%           
=======================================
  Files           9        9           
  Lines         216      216           
  Branches       36       36           
=======================================
  Hits          215      215           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dazfuller dazfuller merged commit c334787 into main Oct 23, 2024
4 checks passed
@dazfuller dazfuller deleted the dazfuller/prompt-manager-interface branch October 23, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant