(
this: Toolkit<Record<string, Tool.Any>>,
build: Record<string, (params: any) => any> | Effect.Effect<Record<string, (params: any) => any>>
)
| 413 | }) |
| 414 | }, |
| 415 | toLayer( |
| 416 | this: Toolkit<Record<string, Tool.Any>>, |
| 417 | build: Record<string, (params: any) => any> | Effect.Effect<Record<string, (params: any) => any>> |
| 418 | ) { |
| 419 | return Layer.effectContext(this.toHandlers(build)) |
| 420 | }, |
| 421 | toJSON(this: Toolkit<any>): unknown { |
| 422 | return { |
| 423 | _id: "effect/ai/Toolkit", |
nothing calls this directly
no test coverage detected