chore: generate
This commit is contained in:
parent
84336e4f91
commit
846d548154
16 changed files with 43 additions and 83 deletions
|
|
@ -66,10 +66,9 @@ describe("SkillTool", () => {
|
|||
list: () => Effect.succeed(current),
|
||||
}),
|
||||
)
|
||||
const registry = AppNodeBuilder.build(
|
||||
LayerNode.group([ToolRegistry.node, ToolRegistry.toolsNode]),
|
||||
[[ToolOutputStore.node, ToolOutputStore.nodeWithoutConfig]],
|
||||
)
|
||||
const registry = AppNodeBuilder.build(LayerNode.group([ToolRegistry.node, ToolRegistry.toolsNode]), [
|
||||
[ToolOutputStore.node, ToolOutputStore.nodeWithoutConfig],
|
||||
])
|
||||
const tool = SkillTool.layer.pipe(
|
||||
Layer.provide(registry),
|
||||
Layer.provide(permission),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue