Merge branch 'main' into feat/openid-custom-data

This commit is contained in:
Ruben Talstra 2025-02-12 12:58:58 +01:00 committed by GitHub
commit 244b9f94dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
35 changed files with 610 additions and 344 deletions

View file

@ -35,6 +35,9 @@ const agentSchema = mongoose.Schema(
model_parameters: {
type: Object,
},
artifacts: {
type: String,
},
access_level: {
type: Number,
},