feat(core): expose session model switching (#31011)
This commit is contained in:
parent
05d1104ecd
commit
a57fb32d95
3 changed files with 46 additions and 1 deletions
|
|
@ -51,6 +51,7 @@ export const layer = Layer.effect(
|
|||
}),
|
||||
get: sessions.get,
|
||||
list: sessions.list,
|
||||
switchModel: sessions.switchModel,
|
||||
interrupt: sessions.interrupt,
|
||||
prompt: (input) =>
|
||||
sessions.prompt({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue