Skip to content

Commit b59673c

Browse files
Change order of justification key in eval schema (#1619)
Co-authored-by: Teo Musatoiu <[email protected]>
1 parent 863c84e commit b59673c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Enhance_your_prompts_with_meta_prompting.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,12 +593,12 @@
593593
"\"\"\"\n",
594594
"\n",
595595
"class ScoreCard(BaseModel):\n",
596+
" justification: str\n",
596597
" categorization: int\n",
597598
" keyword_extraction: int\n",
598599
" sentiment_analysis: int\n",
599600
" clarity_structure: int\n",
600-
" detail_completeness: int\n",
601-
" justification: str"
601+
" detail_completeness: int"
602602
]
603603
},
604604
{

0 commit comments

Comments
 (0)