chore: generate
This commit is contained in:
parent
773d33e282
commit
75557000de
2 changed files with 1 additions and 2 deletions
|
|
@ -42,7 +42,7 @@ export const layer = Layer.effect(
|
|||
agent: input.agent,
|
||||
model: input.model,
|
||||
location: input.location,
|
||||
}),
|
||||
}),
|
||||
get: sessions.get,
|
||||
list: sessions.list,
|
||||
prompt: (input) =>
|
||||
|
|
|
|||
|
|
@ -25,5 +25,4 @@ describe("public native OpenCode API", () => {
|
|||
expect(yield* opencode.sessions.list()).toBeArray()
|
||||
}),
|
||||
)
|
||||
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue