mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-12 17:23:24 +00:00
chore: generate
This commit is contained in:
parent
0de3b67cc0
commit
0fd0facc44
1 changed files with 3 additions and 1 deletions
|
|
@ -27,7 +27,9 @@ const shellLayer = Layer.mergeAll(
|
|||
Agent.defaultLayer,
|
||||
)
|
||||
const it = testEffect(shellLayer)
|
||||
type ShellTestServices = (typeof shellLayer extends Layer.Layer<infer ROut, infer _E, infer _RIn> ? ROut : never) | Scope.Scope
|
||||
type ShellTestServices =
|
||||
| (typeof shellLayer extends Layer.Layer<infer ROut, infer _E, infer _RIn> ? ROut : never)
|
||||
| Scope.Scope
|
||||
|
||||
const initShell = Effect.fn("ShellToolTest.init")(function* () {
|
||||
const info = yield* ShellTool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue