ziadsameh32 commited on
Commit
74143c2
·
1 Parent(s): 10d8bdc

v2 initial

Browse files
agents/analysis_phase/Introduction.py CHANGED
@@ -97,13 +97,10 @@ intro_task = Task(
97
  "• الإفراط في الجمل الطويلة.\n"
98
  "• العبارات التسويقية.\n"
99
  "• الكلمات اللامعة الخاوية.\n\n"
100
- # "## OUTPUT\n"
101
- # "Return JSON:\n"
102
- # "{\n"
103
- # ' "introduction": "النص العربي الكامل"\n'
104
- # "}\n"
105
  ),
106
- expected_output="""A JSON object in Arabic containing introduction with this structure:
107
  {
108
  "introduction": "engaging introduction to the training program content, max 300 words."
109
  }
 
97
  "• الإفراط في الجمل الطويلة.\n"
98
  "• العبارات التسويقية.\n"
99
  "• الكلمات اللامعة الخاوية.\n\n"
100
+ "### OUTPUT\n"
101
+ "Return the IntroductionOutput structure in valid JSON format.\n\n",
 
 
 
102
  ),
103
+ expected_output="""JSON object with this structure:
104
  {
105
  "introduction": "engaging introduction to the training program content, max 300 words."
106
  }