@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias AgentTool

    A tool available to the agent.

    type AgentTool = {
        description: string | null;
        elementId: string | null;
        name: string;
    }
    Index

    Properties

    description: string | null

    A human-readable description of the tool.

    elementId: string | null

    The BPMN element ID of the tool element within the ad-hoc sub-process.

    name: string

    The tool name as visible to the LLM.