mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
feat(server): expose auto param in session.summarize for plugins (#5924)
This commit is contained in:
parent
4035afe5c8
commit
b906f2de88
4 changed files with 9 additions and 1 deletions
|
|
@ -1804,6 +1804,10 @@
|
|||
},
|
||||
"modelID": {
|
||||
"type": "string"
|
||||
},
|
||||
"auto": {
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": ["providerID", "modelID"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue