feat(eval): add custom system prompt support for step-1 classification

This commit is contained in:
Roberto Musso
2026-04-06 22:56:30 +02:00
parent fe0dd038ee
commit 7e4374c69b
3 changed files with 126 additions and 36 deletions

View File

@@ -71,6 +71,7 @@ class EvalFixture:
# ── Step-1 inputs (classification) ───────────────────────────
domain_definitions: str = ""
projects_list: list[dict[str, Any]] = field(default_factory=list)
custom_step1_prompt: str = ""
# ── Step-2 inputs (processing) ───────────────────────────────
existing_context: str = ""