diff --git a/examples/Enhance_your_prompts_with_meta_prompting.ipynb b/examples/Enhance_your_prompts_with_meta_prompting.ipynb index c30cc470c0..4b4f5890dc 100644 --- a/examples/Enhance_your_prompts_with_meta_prompting.ipynb +++ b/examples/Enhance_your_prompts_with_meta_prompting.ipynb @@ -593,12 +593,12 @@ "\"\"\"\n", "\n", "class ScoreCard(BaseModel):\n", + " justification: str\n", " categorization: int\n", " keyword_extraction: int\n", " sentiment_analysis: int\n", " clarity_structure: int\n", - " detail_completeness: int\n", - " justification: str" + " detail_completeness: int" ] }, {