chore: generate
This commit is contained in:
@@ -601,9 +601,7 @@ const layer = Layer.effect(
|
|||||||
}),
|
}),
|
||||||
fallback: "",
|
fallback: "",
|
||||||
response: "text",
|
response: "text",
|
||||||
}).pipe(
|
}).pipe(Effect.provide(AppNodeBuilderV1.build(InstanceStore.node)))
|
||||||
Effect.provide(AppNodeBuilderV1.build(InstanceStore.node)),
|
|
||||||
)
|
|
||||||
: ""
|
: ""
|
||||||
|
|
||||||
if (sourcePatch) {
|
if (sourcePatch) {
|
||||||
@@ -619,9 +617,7 @@ const layer = Layer.effect(
|
|||||||
body: HttpBody.jsonUnsafe({ patch: sourcePatch }),
|
body: HttpBody.jsonUnsafe({ patch: sourcePatch }),
|
||||||
}),
|
}),
|
||||||
fallback: { applied: false },
|
fallback: { applied: false },
|
||||||
}).pipe(
|
}).pipe(Effect.provide(AppNodeBuilderV1.build(InstanceStore.node)))
|
||||||
Effect.provide(AppNodeBuilderV1.build(InstanceStore.node)),
|
|
||||||
)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (input.workspaceID === null) {
|
if (input.workspaceID === null) {
|
||||||
|
|||||||
@@ -75,7 +75,9 @@ const providerInfo: Provider.Info = {
|
|||||||
|
|
||||||
const it = testEffect(
|
const it = testEffect(
|
||||||
LLMClient.layer.pipe(
|
LLMClient.layer.pipe(
|
||||||
Layer.provide(Layer.mergeAll(RequestExecutor.layer.pipe(Layer.provide(FetchHttpClient.layer)), WebSocketExecutor.layer)),
|
Layer.provide(
|
||||||
|
Layer.mergeAll(RequestExecutor.layer.pipe(Layer.provide(FetchHttpClient.layer)), WebSocketExecutor.layer),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user