-
Notifications
You must be signed in to change notification settings - Fork 763
Migrate remaining workflow eval APIs #5280
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
Merged
shuyangli
merged 1 commit into
main
from
sl/migrate-get-workflow-eval-run-episode-with-feedback
Dec 22, 2025
Merged
Migrate remaining workflow eval APIs #5280
shuyangli
merged 1 commit into
main
from
sl/migrate-get-workflow-eval-run-episode-with-feedback
Dec 22, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Base automatically changed from
sl/migrate-get-workflow-evaluation-runs-by-ids
to
main
December 18, 2025 21:42
9c84aa1 to
9e033e7
Compare
9e033e7 to
7603415
Compare
7603415 to
7185514
Compare
7185514 to
82a03d2
Compare
82a03d2 to
b418c00
Compare
Member
Author
|
/merge-queue |
Contributor
|
🚀 Merge queue workflow triggered! View the run: https://github.com/tensorzero/tensorzero/actions/runs/20409289220 |
Migrate countWorkflowEvaluationRunEpisodes
b418c00 to
d60419e
Compare
Member
Author
|
/merge-queue |
Contributor
|
🚀 Merge queue workflow triggered! View the run: https://github.com/tensorzero/tensorzero/actions/runs/20409801054 |
virajmehta
approved these changes
Dec 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
/internal/workflow-evaluations/run-episodes- Gets workflow evaluation run episodes with feedback/internal/workflow-evaluations/run-episodes/count- Counts total episodes for a runImportant
Add internal API endpoints to fetch and count workflow evaluation run episodes with feedback, including backend logic, TypeScript bindings, and UI updates.
/internal/workflow-evaluations/run-episodesto fetch workflow evaluation run episodes with feedback./internal/workflow-evaluations/run-episodes/countto count total episodes for a run.get_workflow_evaluation_run_episodes_with_feedbackandcount_workflow_evaluation_run_episodesinworkflow_evaluation_queries.rs.get_workflow_evaluation_run_episodes_handlerandcount_workflow_evaluation_run_episodes_total_handleringet_run_episodes.rsandcount_run_episodes.rs.GetWorkflowEvaluationRunEpisodesWithFeedbackResponseandCountWorkflowEvaluationRunEpisodesResponse.WorkflowEvaluationRunEpisodesTable.tsxto display episodes with feedback.route.tsxto load episodes and count using new endpoints.get_run_episodes.rsandcount_run_episodes.rs.workflow_evaluations.rs.This description was created by
for d60419e. You can customize this summary. It will automatically update as commits are pushed.