Release 0.8.0-beta0 #3
Annotations
10 errors and 1 warning
src/serialization/types/EvaluationDebugResultResponse.ts#L10
Type 'inferObjectSchemaFromPropertySchemas<{ logId: Property<"log_id", string, string>; log: ObjectSchema<any, any>; datapointId: Property<"datapoint_id", string | null | undefined, string | undefined>; llmEvaluationLog: Property<...>; value: Schema<...>; error: Schema<...>; }>' is not assignable to type 'ObjectSchema<Raw, EvaluationDebugResultResponse>'.
|
src/serialization/types/EvaluationDebugResultResponse.ts#L15
Type 'Promise<ObjectSchema<Raw, LogResponse>>' is not assignable to type 'ObjectSchema<any, any>'.
|
src/serialization/types/EvaluationDebugResultResponse.ts#L19
Type 'Promise<ObjectSchema<Raw, LogResponse>>' is not assignable to type 'ObjectSchema<unknown, unknown>'.
|
src/serialization/types/EvaluationReportLogResponse.ts#L11
Type 'inferObjectSchemaFromPropertySchemas<{ evaluatedVersion: Property<"evaluated_version", Raw, EvaluatedVersionResponse>; datapoint: ObjectSchema<Raw, DatapointResponse>; log: Schema<...>; evaluatorLogs: Property<...>; }>' is not assignable to type 'ObjectSchema<Raw, EvaluationReportLogResponse>'.
|
src/serialization/types/EvaluationReportLogResponse.ts#L17
Type 'Promise<ObjectSchema<Raw, LogResponse>>' is not assignable to type 'ObjectSchema<unknown, unknown>'.
|
src/serialization/types/EvaluationReportLogResponse.ts#L20
Type 'Promise<ObjectSchema<Raw, LogResponse>>' is not assignable to type 'ObjectSchema<null | undefined, undefined>'.
|
src/serialization/types/EvaluationResultResponse.ts#L10
Type 'inferObjectSchemaFromPropertySchemas<{ id: Schema<string, string>; evaluatorId: Property<"evaluator_id", string, string>; evaluatorVersionId: Property<"evaluator_version_id", string, string>; ... 9 more ...; llmEvaluatorLog: Property<...>; }>' is not assignable to type 'ObjectSchema<Raw, EvaluationResultResponse>'.
|
src/serialization/types/EvaluationResultResponse.ts#L19
Type 'Promise<ObjectSchema<Raw, LogResponse>>' is not assignable to type 'ObjectSchema<unknown, unknown>'.
|
src/serialization/types/EvaluationResultResponse.ts#L28
Type 'Promise<ObjectSchema<Raw, LogResponse>>' is not assignable to type 'ObjectSchema<unknown, unknown>'.
|
src/serialization/types/LogResponse.ts#L17
Type 'inferObjectSchemaFromPropertySchemas<{ project: Schema<string | null | undefined, string | undefined>; projectId: Property<"project_id", string | null | undefined, string | undefined>; ... 40 more ...; batchIds: Property<...>; }>' is not assignable to type 'ObjectSchema<Raw, LogResponse>'.
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading