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

This commit is contained in:
YeonGyu-Kim
2025-12-21 21:05:30 -06:00
committed by GitHub
parent 4035afe5c8
commit b906f2de88
4 changed files with 9 additions and 1 deletions
+4
View File
@@ -1804,6 +1804,10 @@
},
"modelID": {
"type": "string"
},
"auto": {
"default": false,
"type": "boolean"
}
},
"required": ["providerID", "modelID"]