feat(server): expose auto param in session.summarize for plugins (#5924)

This commit is contained in:
YeonGyu-Kim 2025-12-22 12:05:30 +09:00 committed by GitHub
parent 4035afe5c8
commit b906f2de88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 9 additions and 1 deletions

View file

@ -1804,6 +1804,10 @@
},
"modelID": {
"type": "string"
},
"auto": {
"default": false,
"type": "boolean"
}
},
"required": ["providerID", "modelID"]