Interface Tool
- All Known Implementing Classes:
AddArrayMemory, AddMemoryFunction, FunctionTool, GetArrayedMemories, GetArrayMemory, GetMemoriesFunction, GetMemoryFunction, GetMemoryIdentitiesFunction, ReadFileTool, RemoveMemoryFunction, WriteFileTool
public interface Tool
-
Method Summary
Modifier and TypeMethodDescription@NotNull Stringname()The name of the tool, as sent to the model.default ToolCallingRenderrenderCalling(org.json.JSONObject calling)
-
Method Details
-
emptyTools
-
name
The name of the tool, as sent to the model. Used to route an incoming tool call back to this tool.- Returns:
- the tool's name
-
renderCalling
-