Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 358d4ea

Browse files
committedMay 1, 2024·
add more columns in prompt variant sheet
1 parent b39426b commit 358d4ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎automation-api/lib/ai_eval_spreadsheet/schemas.py

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ class PromptVariation(BaseModel):
5959

6060
include_in_next_evaluation: bool = Field(False, title="Include in next evaluation")
6161
variation_id: str = Field("", title="Variation ID")
62+
prompt_family: str = Field("", title="Prompt Family")
63+
prompt_variation: str = Field("", title="Prompt Variation")
6264
language: str = Field("", title="Language")
6365
question_template: str = Field("", title="Question template")
6466
question_prefix: str = Field("", title="Question prefix")

0 commit comments

Comments
 (0)
Please sign in to comment.