tiennguyenbnbk commited on
Commit
aa53f6d
1 Parent(s): 346e918

Update parsers.py

Browse files
Files changed (1) hide show
  1. parsers.py +1 -1
parsers.py CHANGED
@@ -108,6 +108,6 @@ class EvaluationForStudent(BaseModel):
108
  knowleadge: str = Field(description="Nhận xét ngắn gọn khoảng 50 từ cho kiến thức của học sinh")
109
  skill: str = Field(description="Nhận xét ngắn gọn khoảng 50 từ cho kỹ năng của học sinh")
110
  interaction: str = Field(description="Nhận xét ngắn gọn khoảng 50 từ cho tương tác của học sinh")
111
- detail: str = Field(description="Nhận xét chi tiết khoảng 200 từ")
112
 
113
  evaluation_parser_v2 = JsonOutputParser(pydantic_object=EvaluationForStudent)
 
108
  knowleadge: str = Field(description="Nhận xét ngắn gọn khoảng 50 từ cho kiến thức của học sinh")
109
  skill: str = Field(description="Nhận xét ngắn gọn khoảng 50 từ cho kỹ năng của học sinh")
110
  interaction: str = Field(description="Nhận xét ngắn gọn khoảng 50 từ cho tương tác của học sinh")
111
+ # detail: str = Field(description="Nhận xét chi tiết khoảng 200 từ")
112
 
113
  evaluation_parser_v2 = JsonOutputParser(pydantic_object=EvaluationForStudent)