We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b39426b commit 358d4eaCopy full SHA for 358d4ea
automation-api/lib/ai_eval_spreadsheet/schemas.py
@@ -59,6 +59,8 @@ class PromptVariation(BaseModel):
59
60
include_in_next_evaluation: bool = Field(False, title="Include in next evaluation")
61
variation_id: str = Field("", title="Variation ID")
62
+ prompt_family: str = Field("", title="Prompt Family")
63
+ prompt_variation: str = Field("", title="Prompt Variation")
64
language: str = Field("", title="Language")
65
question_template: str = Field("", title="Question template")
66
question_prefix: str = Field("", title="Question prefix")
0 commit comments