Package: @effect/ai
Module: Tool
Annotation indicating whether a tool can handle arbitrary external data.
Example
import { Tool } from "@effect/ai"
const restrictedTool = Tool.make("internal_operation")
.annotate(Tool.OpenWorld, false)
Signature
declare class OpenWorld
Since v1.0.0