Skip to content

feat(evals): Update prompt iteration flow#1080

Open
Ayush8923 wants to merge 2 commits into
mainfrom
feat/v2-prompt-iteration-flow
Open

feat(evals): Update prompt iteration flow#1080
Ayush8923 wants to merge 2 commits into
mainfrom
feat/v2-prompt-iteration-flow

Conversation

@Ayush8923

@Ayush8923 Ayush8923 commented Jul 24, 2026

Copy link
Copy Markdown
Collaborator

Issue

Closes #1072

Summary

  • Before: The previous flow for prompts was not aligned with the new requirements.
  • Now: The flow has been updated to comply with the updated specifications for prompt iterations.
  • Implementation of the new flow required updating existing logic.
  • Additional configurations were necessary to integrate the new prompt iteration mechanism.

Checklist

Before submitting a pull request, please ensure that you mark these task.

  • Ran fastapi run --reload app/main.py or docker compose up in the repository root and test.
  • If you've fixed a bug or added code that is tested and has test cases.

Notes

Please add here if any other information is required for the reviewer.

Original PR description

Issue

Closes #1072

Summary

Checklist

Before submitting a pull request, please ensure that you mark these task.

  • Ran fastapi run --reload app/main.py or docker compose up in the repository root and test.
  • If you've fixed a bug or added code that is tested and has test cases.

@coderabbitai

coderabbitai Bot commented Jul 24, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • ready-for-review

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 5d3908f5-f123-4ad2-ba21-dd3f486c94a5

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/v2-prompt-iteration-flow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Ayush8923 Ayush8923 self-assigned this Jul 24, 2026
@github-actions github-actions Bot changed the title feat(evals): v2 prompt iteration flow feat(evals): Update prompt iteration flow Jul 24, 2026
@github-actions

github-actions Bot commented Jul 24, 2026

Copy link
Copy Markdown

OpenAPI changes   🟢 1 non-breaking change

Tip

Safe to merge from an API-contract perspective.

Full changelog  ·  1
Method Path Change
🟢 POST /api/v2/evaluations/{evaluation_id}/improve-prompt endpoint added

main0fac46ff · generated by oasdiff

@codecov

codecov Bot commented Jul 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

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.

Evaluation: Update prompt iteration flow

1 participant