Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit f020e2a

Browse files
committed
update
1 parent 758e3b4 commit f020e2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cortex-js/src/domain/models/model.interface.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export interface Model
4343
* The model download source. It can be an external url or a local filepath.
4444
*/
4545
files: string[] | ModelArtifact;
46+
47+
metadata?: Record<string, any>;
4648
}
4749

4850
/**

0 commit comments

Comments
 (0)