Tool

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class Tool(val customName: String = "")(source)

Annotation for tools to be collected by reflection from an object.

Properties

Link copied to clipboard

The custom name of the tool. If not provided, the name of the function is used.