Interface AgentInstance.Tool

Enclosing interface:
AgentInstance

public static interface AgentInstance.Tool
A tool available to the agent.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a human-readable description of the tool, or null if none was configured.
    Returns the BPMN element ID of the tool element within the ad-hoc sub-process, or null if not applicable.
    Returns the tool name as visible to the LLM.
  • Method Details

    • getName

      String getName()
      Returns the tool name as visible to the LLM.
    • getDescription

      String getDescription()
      Returns a human-readable description of the tool, or null if none was configured.
    • getElementId

      String getElementId()
      Returns the BPMN element ID of the tool element within the ad-hoc sub-process, or null if not applicable.