feat(models): secure catalog and pin model versions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
type SessionModelWrite = {
|
||||
// model_config_version is server-owned and pinned by the database trigger.
|
||||
readonly values: { readonly model_id: string };
|
||||
readonly sessionId: string;
|
||||
readonly userId: string;
|
||||
|
||||
Reference in New Issue
Block a user