完善案例库最终验证修正

This commit is contained in:
czj
2026-07-08 14:22:26 +08:00
parent cf74ad920c
commit fd1b792f2c
5 changed files with 37 additions and 11 deletions
+2 -2
View File
@@ -65,7 +65,7 @@ export interface ArticleCaseInputPayload {
fact_card?: unknown;
}
export interface HumanCopyCaseInputPayload extends CopyOptimizationRequest {}
export type HumanCopyCaseInputPayload = CopyOptimizationRequest;
export interface ArticleResultVersionPayload {
article: OptimizedArticle;
@@ -73,7 +73,7 @@ export interface ArticleResultVersionPayload {
export_paths: Record<string, string>;
}
export interface HumanCopyResultVersionPayload extends CopyOptimizationResult {}
export type HumanCopyResultVersionPayload = CopyOptimizationResult;
export interface OptimizationResultVersion {
id: string;
-2
View File
@@ -7,8 +7,6 @@ import type {
} from "../calibration/types";
import type {
CaseInput,
CaseListFilters,
CaseMetadataPatch,
OptimizationCase,
OptimizationCaseStatus,
OptimizationCaseType,