Package: @effect/ai
Module: Tool
Annotation indicating whether a tool performs destructive operations.
Example
import { Tool } from "@effect/ai"
const safeTool = Tool.make("search_database")
.annotate(Tool.Destructive, false)
Signature
declare class Destructive
Since v1.0.0