Package de.espirit.firstspirit.ai.dto
Interface Tool
- All Known Subinterfaces:
Function
@Experimental
public interface Tool
The definition of a specific tool.
- Since:
- 5.2.250908
- See Also:
-
Field Summary
Fields -
Method Summary
-
Field Details
-
TYPE_FUNCTION
Typical tool type for a function.- Since:
- 5.2.250908
- See Also:
-
-
Method Details
-
getType
The type of the tool (e.g. `function`).- Returns:
- The tool type.
- Since:
- 5.2.250908
-