feat(eval): add custom system prompt support for step-1 classification
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user