Skip to content

Commit bf708b6

Browse files
committed
fix: keep predict_time in Prediction metrics for backward compatibility
1 parent 77dd020 commit bf708b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ declare module "replicate" {
104104
deadline?: string;
105105
deployment?: string;
106106
metrics?: {
107+
predict_time?: number;
107108
total_time?: number;
108109
};
109110
webhook?: string;

0 commit comments

Comments
 (0)