112112 ScoreV1_Boolean ,
113113 ScoreV1_Categorical ,
114114 ScoreV1_Numeric ,
115+ ScoreV1_Text ,
115116 Score_Boolean ,
116117 Score_Categorical ,
117118 Score_Correction ,
118119 Score_Numeric ,
120+ Score_Text ,
119121 Session ,
120122 SessionWithTraces ,
123+ TextScore ,
124+ TextScoreV1 ,
121125 Trace ,
122126 TraceWithDetails ,
123127 TraceWithFullDetails ,
281285 GetScoresResponseDataCategorical ,
282286 GetScoresResponseDataCorrection ,
283287 GetScoresResponseDataNumeric ,
288+ GetScoresResponseDataText ,
284289 GetScoresResponseData_Boolean ,
285290 GetScoresResponseData_Categorical ,
286291 GetScoresResponseData_Correction ,
287292 GetScoresResponseData_Numeric ,
293+ GetScoresResponseData_Text ,
288294 GetScoresResponseTraceData ,
289295 )
290296 from .sessions import PaginatedSessions
377383 "GetScoresResponseDataCategorical" : ".scores" ,
378384 "GetScoresResponseDataCorrection" : ".scores" ,
379385 "GetScoresResponseDataNumeric" : ".scores" ,
386+ "GetScoresResponseDataText" : ".scores" ,
380387 "GetScoresResponseData_Boolean" : ".scores" ,
381388 "GetScoresResponseData_Categorical" : ".scores" ,
382389 "GetScoresResponseData_Correction" : ".scores" ,
383390 "GetScoresResponseData_Numeric" : ".scores" ,
391+ "GetScoresResponseData_Text" : ".scores" ,
384392 "GetScoresResponseTraceData" : ".scores" ,
385393 "HealthResponse" : ".health" ,
386394 "IngestionError" : ".ingestion" ,
489497 "ScoreV1_Boolean" : ".commons" ,
490498 "ScoreV1_Categorical" : ".commons" ,
491499 "ScoreV1_Numeric" : ".commons" ,
500+ "ScoreV1_Text" : ".commons" ,
492501 "Score_Boolean" : ".commons" ,
493502 "Score_Categorical" : ".commons" ,
494503 "Score_Correction" : ".commons" ,
495504 "Score_Numeric" : ".commons" ,
505+ "Score_Text" : ".commons" ,
496506 "SdkLogBody" : ".ingestion" ,
497507 "SdkLogEvent" : ".ingestion" ,
498508 "ServiceProviderConfig" : ".scim" ,
501511 "SessionWithTraces" : ".commons" ,
502512 "Sort" : ".trace" ,
503513 "TextPrompt" : ".prompts" ,
514+ "TextScore" : ".commons" ,
515+ "TextScoreV1" : ".commons" ,
504516 "Trace" : ".commons" ,
505517 "TraceBody" : ".ingestion" ,
506518 "TraceEvent" : ".ingestion" ,
@@ -664,10 +676,12 @@ def __dir__():
664676 "GetScoresResponseDataCategorical" ,
665677 "GetScoresResponseDataCorrection" ,
666678 "GetScoresResponseDataNumeric" ,
679+ "GetScoresResponseDataText" ,
667680 "GetScoresResponseData_Boolean" ,
668681 "GetScoresResponseData_Categorical" ,
669682 "GetScoresResponseData_Correction" ,
670683 "GetScoresResponseData_Numeric" ,
684+ "GetScoresResponseData_Text" ,
671685 "GetScoresResponseTraceData" ,
672686 "HealthResponse" ,
673687 "IngestionError" ,
@@ -776,10 +790,12 @@ def __dir__():
776790 "ScoreV1_Boolean" ,
777791 "ScoreV1_Categorical" ,
778792 "ScoreV1_Numeric" ,
793+ "ScoreV1_Text" ,
779794 "Score_Boolean" ,
780795 "Score_Categorical" ,
781796 "Score_Correction" ,
782797 "Score_Numeric" ,
798+ "Score_Text" ,
783799 "SdkLogBody" ,
784800 "SdkLogEvent" ,
785801 "ServiceProviderConfig" ,
@@ -788,6 +804,8 @@ def __dir__():
788804 "SessionWithTraces" ,
789805 "Sort" ,
790806 "TextPrompt" ,
807+ "TextScore" ,
808+ "TextScoreV1" ,
791809 "Trace" ,
792810 "TraceBody" ,
793811 "TraceEvent" ,
0 commit comments