Package io.jmix.aitools.tool
Class AiToolDescriptor
java.lang.Object
io.jmix.aitools.tool.AiToolDescriptor
The model-facing identity of an AI tool method: its name and description.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the tool description presented to the model.getName()Returns the tool name presented to the model.
-
Field Details
-
name
-
description
-
-
Constructor Details
-
AiToolDescriptor
-
-
Method Details
-
getName
Returns the tool name presented to the model.- Returns:
- tool name
-
getDescription
Returns the tool description presented to the model.- Returns:
- tool description
-