Type Alias: AgentTool
type AgentTool = object;
A tool available to the agent.
Properties
description
description: string | null;
A human-readable description of the tool.
elementId
elementId: string | null;
The BPMN element ID of the tool element within the ad-hoc sub-process.
name
name: string;
The tool name as visible to the LLM.