effect-io-ai

Package: @effect/ai
Module: Tool

Tool.Destructive

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

Source

Since v1.0.0