Builder

Functions

Link copied to clipboard
fun tool(tool: Tool<*, *>)

Add a tool to the registry

Link copied to clipboard
fun ToolRegistry.Builder.tool(toolFunction: KFunction<*>, json: Json = Json, thisRef: Any? = null, name: String? = null, description: String? = null)
Link copied to clipboard
fun tools(toolsList: List<Tool<*, *>>)

Add multiple tools to the registry