@@ -99,7 +99,7 @@ def list(
9999 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
100100 passed_evals : Optional [List [str ]] | NotGiven = NOT_GIVEN ,
101101 primary_eval_issue : Optional [
102- List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "unsupported " ]]
102+ List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "ungrounded " ]]
103103 ]
104104 | NotGiven = NOT_GIVEN ,
105105 sort : Optional [Literal ["created_at" , "primary_eval_issue_score" ]] | NotGiven = NOT_GIVEN ,
@@ -184,7 +184,7 @@ def list_by_group(
184184 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
185185 passed_evals : Optional [List [str ]] | NotGiven = NOT_GIVEN ,
186186 primary_eval_issue : Optional [
187- List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "unsupported " ]]
187+ List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "ungrounded " ]]
188188 ]
189189 | NotGiven = NOT_GIVEN ,
190190 remediation_ids : List [str ] | NotGiven = NOT_GIVEN ,
@@ -276,7 +276,7 @@ def list_groups(
276276 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
277277 passed_evals : Optional [List [str ]] | NotGiven = NOT_GIVEN ,
278278 primary_eval_issue : Optional [
279- List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "unsupported " ]]
279+ List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "ungrounded " ]]
280280 ]
281281 | NotGiven = NOT_GIVEN ,
282282 sort : Optional [Literal ["created_at" , "primary_eval_issue_score" , "total_count" , "custom_rank" ]]
@@ -457,7 +457,7 @@ async def list(
457457 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
458458 passed_evals : Optional [List [str ]] | NotGiven = NOT_GIVEN ,
459459 primary_eval_issue : Optional [
460- List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "unsupported " ]]
460+ List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "ungrounded " ]]
461461 ]
462462 | NotGiven = NOT_GIVEN ,
463463 sort : Optional [Literal ["created_at" , "primary_eval_issue_score" ]] | NotGiven = NOT_GIVEN ,
@@ -542,7 +542,7 @@ async def list_by_group(
542542 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
543543 passed_evals : Optional [List [str ]] | NotGiven = NOT_GIVEN ,
544544 primary_eval_issue : Optional [
545- List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "unsupported " ]]
545+ List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "ungrounded " ]]
546546 ]
547547 | NotGiven = NOT_GIVEN ,
548548 remediation_ids : List [str ] | NotGiven = NOT_GIVEN ,
@@ -634,7 +634,7 @@ async def list_groups(
634634 order : Literal ["asc" , "desc" ] | NotGiven = NOT_GIVEN ,
635635 passed_evals : Optional [List [str ]] | NotGiven = NOT_GIVEN ,
636636 primary_eval_issue : Optional [
637- List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "unsupported " ]]
637+ List [Literal ["hallucination" , "search_failure" , "unhelpful" , "difficult_query" , "ungrounded " ]]
638638 ]
639639 | NotGiven = NOT_GIVEN ,
640640 sort : Optional [Literal ["created_at" , "primary_eval_issue_score" , "total_count" , "custom_rank" ]]
0 commit comments