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

Fix error handling in prompt_eval and prompt_pipeline #218

Open
wants to merge 19 commits into
base: development
Choose a base branch
from

Conversation

tectonia
Copy link

This pull request includes changes to improve error handling in flow executions through refactoring flow execution logic for better error management.

Error Handling Improvements:

  • llmops/common/prompt_eval.py: Refactored flow execution logic to use a common parameter dictionary and added error handling to log and raise exceptions if the run completes with errors.
  • llmops/common/prompt_pipeline.py: Refactored flow execution logic to use a common parameter dictionary and added error handling to log and raise exceptions if the run completes with errors.

Fixes #207

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant