Package: @effect/ai
Module: Tool
Represents an Tool that has been implemented within the application.
Signature
export interface Handler<Name extends string> {
readonly _: unique symbol
readonly name: Name
readonly context: Context.Context<never>
readonly handler: (params: any) => Effect.Effect<any, any>
}
Since v1.0.0