k-manjunath commited on
Commit
0ad822d
·
1 Parent(s): f8600b1

workflows(til): rephrase the output parser for TIL v2

Browse files
app/workflows/til/analyse_til_v2.py CHANGED
@@ -85,7 +85,7 @@ class TilV2FeedbackResult(BaseModel):
85
  factuality_categorization: str = Field(
86
  description="TIL categorization as High/Medium/Low based on correctness on the factuality metric.")
87
  assessment_reason: str = Field(
88
- description="Reason for your assessment in one or two sentences on factuality metric and insightful metric for the user if they are not High. The assesment should be from FPV")
89
 
90
 
91
  class TilV2FeedbackResults(BaseModel):
 
85
  factuality_categorization: str = Field(
86
  description="TIL categorization as High/Medium/Low based on correctness on the factuality metric.")
87
  assessment_reason: str = Field(
88
+ description="Explain your assessment in one or two sentences about the factuality and insightful metrics directly to the user, but only if they are not rated as High. Use the second-person point of view.")
89
 
90
 
91
  class TilV2FeedbackResults(BaseModel):