Interface AgentInstance.Tool
- Enclosing interface:
AgentInstance
public static interface AgentInstance.Tool
A tool available to the agent.
-
Method Summary
Modifier and TypeMethodDescriptionReturns a human-readable description of the tool, ornullif none was configured.Returns the BPMN element ID of the tool element within the ad-hoc sub-process, ornullif not applicable.getName()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, ornullif none was configured. -
getElementId
String getElementId()Returns the BPMN element ID of the tool element within the ad-hoc sub-process, ornullif not applicable.
-