Package: @effect/ai
Module: Tool
Annotation for providing a human-readable title for tools.
Example
import { Tool } from "@effect/ai"
const myTool = Tool.make("calculate_tip")
.annotate(Tool.Title, "Tip Calculator")
Signature
declare class Title
Since v1.0.0